diff options
author | Sam Potts <sam@potts.es> | 2018-07-02 08:53:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-02 08:53:50 +1000 |
commit | 6eeca8b5d1c9faa4573e403a9ec060dd99d092e5 (patch) | |
tree | 2cfb200ce5b9cf6950232180d7dfa7c20c174dd0 | |
parent | bf51ce44144d9b1df3d2ac0bc910d2ae9937d04b (diff) | |
parent | 5ad614e25140763649aa755e164f594742d5ade4 (diff) | |
download | plyr-6eeca8b5d1c9faa4573e403a9ec060dd99d092e5.tar.lz plyr-6eeca8b5d1c9faa4573e403a9ec060dd99d092e5.tar.xz plyr-6eeca8b5d1c9faa4573e403a9ec060dd99d092e5.zip |
Merge pull request #1083 from friday/fix-travis
Change "no-cycle" lint-error to warning
-rw-r--r-- | .eslintrc.json | 1 |
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, |