From d53c239f90126bbc4ff0da5ea1be4fa60867b908 Mon Sep 17 00:00:00 2001 From: s2 Date: Sat, 8 Feb 2020 18:24:09 +0100 Subject: [PATCH] no-console --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }