module.exports = { singleQuote: true, trailingComma: 'all', printWidth: 120, proseWrap: 'never', endOfLine: 'lf', htmlWhitespaceSensitivity: 'ignore', vueIndentScriptAndStyle: true, };