module.exports = { printWidth: 160, trailingComma: 'es5', tabWidth: 2, useTabs: false, semi: false, singleQuote: true, bracketSpacing: true, arrowParens: 'avoid', endOfLine: 'auto', proseWrap: 'preserve', }