module.exports = { printWidth: 120, tabWidth: 4, semi: false, singleQuote: true, trailingComma: 'all', arrowParens: 'always', };