module.exports = { printWidth: 140, semi: false, arrowParens: 'avoid', // jsxBracketSameLine: true, singleQuote: true, trailingComma: 'none', tabWidth: 4, endOfLine: 'auto' }