mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-06-15 13:31:43 +08:00
eslint
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user