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