module.exports = { printWidth: 160, tabWidth: 2, semi: true, singleQuote: true, trailingComma: 'all', bracketSpacing: true, arrowParens: 'avoid', };