Merge pull request #1083 from friday/fix-travis
Change "no-cycle" lint-error to warning
This commit is contained in:
commit
6eeca8b5d1
@ -10,6 +10,7 @@
|
||||
"jQuery": false
|
||||
},
|
||||
"rules": {
|
||||
"import/no-cycle": 1,
|
||||
"no-const-assign": 1,
|
||||
"no-shadow": 0,
|
||||
"no-this-before-super": 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user