From 5ad614e25140763649aa755e164f594742d5ade4 Mon Sep 17 00:00:00 2001 From: Albin Larsson Date: Sun, 1 Jul 2018 19:44:13 +0200 Subject: [PATCH] Change linting import/no-cycle to warning (not error) --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index c53bf908..ae86f34f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,7 @@ "jQuery": false }, "rules": { + "import/no-cycle": 1, "no-const-assign": 1, "no-shadow": 0, "no-this-before-super": 1,