refactor(projects): 代码优化
This commit is contained in:
@ -197,7 +197,12 @@ module.exports = {
|
||||
overrides: [
|
||||
{
|
||||
files: ['*.vue'],
|
||||
parser: 'vue-eslint-parser',
|
||||
parserOptions: {
|
||||
parser: '@typescript-eslint/parser'
|
||||
},
|
||||
rules: {
|
||||
'no-unused-vars': 'off',
|
||||
'no-undef': 'off'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user