module.exports = { bracketSpacing: true, semi: true, singleQuote: true, trailingComma: 'es5', useTabs: true, endOfLine: 'auto', };