mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-21 18:09:24 +08:00
chore: eslint规则禁用
This commit is contained in:
parent
76a54718e9
commit
7b83ba1b6c
@ -12,6 +12,8 @@ module.exports = {
|
||||
'no-continue': 'off',
|
||||
// 禁止使用 var
|
||||
'no-var': 'error',
|
||||
'max-len': 'off',
|
||||
'no-await-in-loop': 'off',
|
||||
// 优先使用 interface 而不是 type
|
||||
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user