fix: disable no-undef
for vue files
This commit is contained in:
parent
5bc11e42e6
commit
46a8d7acde
@ -8,6 +8,7 @@ module.exports = {
|
||||
},
|
||||
rules: {
|
||||
'no-unused-vars': 'off',
|
||||
'no-undef': 'off',
|
||||
'@typescript-eslint/no-unused-vars': 'off',
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user