This commit is contained in:
gaoshuaixing
2021-07-16 19:03:28 +08:00
parent 0d44673870
commit b35876e34b

View File

@@ -4,9 +4,9 @@ module.exports = {
node: true
},
'extends': [],
"parser": "vue-eslint-parser",
rules: {
'no-console': 'off',
"parser": "vue-eslint-parser",
"no-unused-vars":"off", //重要 var 变量为引入
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'generator-star-spacing': 'off',