module.exports = { bracketSpacing: true, jsxBracketSameLine: true, singleQuote: true, arrowParens: 'avoid', trailingComma: 'none', endOfLine: 'lf' };