mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-22 10:29:23 +08:00
feat: rule
This commit is contained in:
parent
48913a7d35
commit
dc05aacd83
@ -6,6 +6,7 @@ module.exports = {
|
|||||||
parser: '@typescript-eslint/parser',
|
parser: '@typescript-eslint/parser',
|
||||||
plugins: ['@typescript-eslint'],
|
plugins: ['@typescript-eslint'],
|
||||||
rules: {
|
rules: {
|
||||||
|
'no-console': 'off',
|
||||||
'no-restricted-syntax': 'off',
|
'no-restricted-syntax': 'off',
|
||||||
'no-continue': 'off',
|
'no-continue': 'off',
|
||||||
// 禁止使用 var
|
// 禁止使用 var
|
||||||
|
Loading…
Reference in New Issue
Block a user