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