module.exports = { semi: true, singleQuote: true, tabWidth: 4, trailingComma: 'all', bracketSpacing: false, // useTabs: true, };