增加exlint rules
This commit is contained in:
parent
d53859b9bc
commit
827476cfca
|
@ -18,6 +18,8 @@ module.exports = {
|
|||
"@typescript-eslint"
|
||||
],
|
||||
"rules": {
|
||||
'prefer-const': 'off'
|
||||
'prefer-const': 'off',
|
||||
"@typescript-eslint/no-explicit-any": 'off',
|
||||
'@typescript-eslint/no-unused-vars': 'off'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue