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