module.exports = { proseWrap: 'always', singleQuote: true, trailingComma: 'es5', bracketSpacing: true, arrowParens: 'avoid', };