Change linting import/no-cycle to warning (not error)

This commit is contained in:
Albin Larsson 2018-07-01 19:44:13 +02:00
parent 566c059832
commit 5ad614e251

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,