about summary refs log tree commit diff
path: root/.eslintrc.yml
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-06-11 17:42:42 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-06-11 10:42:42 +0200
commit3690f04e4a84fa43c43b39e5e3884a20c9e0efe3 (patch)
treef9b712b8b0ea349aa8260d23fac98e1d293108c5 /.eslintrc.yml
parentf3e8bc9f8f6007b7bddc230be9c2ec865b5cb75e (diff)
Remove comments for eslint-disable (#3691)
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 049d4ecf3..2fb54ae66 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -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