about summary refs log tree commit diff
path: root/.eslintrc.yml
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-08-24 19:15:36 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-08-24 12:15:36 +0200
commitfbe1115114edb2d46c05b5065398b7234b9fb6a0 (patch)
tree8fc45aa24ec6e8868e3f05d3c8a9d4ed547d3d40 /.eslintrc.yml
parente4c761f902579c2122eb4d531d1596ff5376d96d (diff)
Remove eslint-disable comments (#4681)
Do not reject console.error and console.warn with ESLint rules.
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index fd2ba46dd..1c60cbdb3 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -49,6 +49,7 @@ rules:
   - warn
   - allow:
     - error
+    - warn
   no-fallthrough: error
   no-irregular-whitespace: error
   no-mixed-spaces-and-tabs: warn