module.exports = { trailingComma: 'none', tabWidth: 2, semi: false, singleQuote: true, useTabs: false, printWidth: 80, bracketSpacing: true, arrowParens: 'always', endOfLine: 'auto' }