From 1c9e099a90c933f747579c949c3c471a0c556294 Mon Sep 17 00:00:00 2001 From: Bas Date: Sun, 27 May 2018 03:22:51 +0200 Subject: [PATCH] Fix eslint --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index c095bfe..9f4542f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -19,6 +19,7 @@ "no-cond-assign": [1,"always"], "no-console": [1, {"allow": ["warn", "error"]}], "no-constant-condition": 1, + "no-case-declarations": 0, "no-control-regex": 1, "no-debugger": 2, "no-dupe-args": 2,