Remove eslint-disable comments (#4681)

Do not reject console.error and console.warn with ESLint rules.
This commit is contained in:
Yamagishi Kazutoshi 2017-08-24 19:15:36 +09:00 committed by Eugen Rochko
parent e4c761f902
commit fbe1115114
3 changed files with 2 additions and 5 deletions

View file

@ -49,6 +49,7 @@ rules:
- warn
- allow:
- error
- warn
no-fallthrough: error
no-irregular-whitespace: error
no-mixed-spaces-and-tabs: warn