临时禁用 ESLint 规则
This commit is contained in:
parent
2a193a9dff
commit
96585b087b
|
|
@ -10,6 +10,8 @@ module.exports = {
|
|||
es6: true
|
||||
},
|
||||
extends: ['plugin:vue/recommended', 'eslint:recommended'],
|
||||
// 完全禁用 ESLint
|
||||
lintOnSave: false,
|
||||
|
||||
// add your custom rules here
|
||||
// it is base on https://github.com/vuejs/eslint-config-vue
|
||||
|
|
|
|||
Loading…
Reference in New Issue