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