Remove comments for eslint-disable (#3691)
This commit is contained in:
parent
f3e8bc9f8f
commit
3690f04e4a
8 changed files with 11 additions and 13 deletions
|
@ -43,7 +43,10 @@ rules:
|
|||
- prefer-single
|
||||
no-catch-shadow: error
|
||||
no-cond-assign: error
|
||||
no-console: warn
|
||||
no-console:
|
||||
- warn
|
||||
- allow:
|
||||
- error
|
||||
no-fallthrough: error
|
||||
no-irregular-whitespace: error
|
||||
no-mixed-spaces-and-tabs: warn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue