module.exports = { arrowParens: 'always', bracketSameLine: true, tabs: false, tabWidth: 2, bracketSpacing: true, singleQuote: true, trailingComma: 'all', printWidth: 120, semi: true, jsxBracketSameLine: false, jsxSingleQuote: false, };