1 2 3 4 5 6 7 8
module.exports = { printWidth: 100, arrowParens: 'avoid', bracketSpacing: true, singleQuote: true, trailingComma: 'es5', };