module.exports = { arrowParens: 'avoid', bracketSameLine: true, bracketSpacing: true, singleQuote: true, trailingComma: 'all', semi: false, printWidth: 110, useTabs: false, tabWidth: 2, endOfLine: 'auto', }