Merge pull request #1083 from friday/fix-travis

Change "no-cycle" lint-error to warning
This commit is contained in:
Sam Potts 2018-07-02 08:53:50 +10:00 committed by GitHub
commit 6eeca8b5d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
"jQuery": false "jQuery": false
}, },
"rules": { "rules": {
"import/no-cycle": 1,
"no-const-assign": 1, "no-const-assign": 1,
"no-shadow": 0, "no-shadow": 0,
"no-this-before-super": 1, "no-this-before-super": 1,