module.exports = { printWidth: 120, tabWidth: 2, tabs: false, semi: false, singleQuote: true, quoteProps: 'as-needed', bracketSpacing: true, jsxBracketSameLine: false, arrowParens: 'always', endOfLine: 'auto', }