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

View File

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