Remove eslint-disable comments (#4681)
Do not reject console.error and console.warn with ESLint rules.
This commit is contained in:
parent
e4c761f902
commit
fbe1115114
3 changed files with 2 additions and 5 deletions
|
@ -49,6 +49,7 @@ rules:
|
|||
- warn
|
||||
- allow:
|
||||
- error
|
||||
- warn
|
||||
no-fallthrough: error
|
||||
no-irregular-whitespace: error
|
||||
no-mixed-spaces-and-tabs: warn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue