Change linting import/no-cycle to warning (not error)
This commit is contained in:
parent
566c059832
commit
5ad614e251
@ -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