module.exports = { useTabs: false, tabWidth: 4, printWidth: 100, singleQuote: true, trailingComma: 'all', bracketSpacing: true, semi: true, // 首行缩进 // vueIndentScriptAndStyle: true, // 覆盖vue html 单引号的问题 // overrides: [ // { // files: "*.html", // options: { // singleQuote: false, // } // }, // ] };