module.exports = { trailingComma: 'es5', tabWidth: 2, semi: true, singleQuote: true, arrowParens: 'always', endOfLine: 'lf', vueIndentScriptAndStyle: false, printWidth: 80, proseWrap: 'always', };