diff --git a/.eslintrc.json b/.eslintrc.json index e349c65..c451675 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,6 +28,7 @@ "dot-notation": 0, "no-multi-str": 2, "key-spacing": [2, {"afterColon": true}], - "func-call-spacing": [2, "never"] + "func-call-spacing": [2, "never"], + "no-console": "warn" } }