aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Larsson <mail@albinlarsson.com>2018-07-01 19:44:13 +0200
committerAlbin Larsson <mail@albinlarsson.com>2018-07-01 19:50:58 +0200
commit5ad614e25140763649aa755e164f594742d5ade4 (patch)
tree057aa72928ab1bfaed753ad07e2dbffc211193fa
parent566c05983233f935b2d537b4f9f682e464aab27c (diff)
downloadplyr-5ad614e25140763649aa755e164f594742d5ade4.tar.lz
plyr-5ad614e25140763649aa755e164f594742d5ade4.tar.xz
plyr-5ad614e25140763649aa755e164f594742d5ade4.zip
Change linting import/no-cycle to warning (not error)
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
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,