Disables ESLint 'complexity' rule. (#1769)
This commit is contained in:
parent
77fac53718
commit
a1d1a56dcf
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
"comma-dangle": [2, "always-multiline"],
|
||||
"comma-spacing": [2, {"before": false, "after": true}],
|
||||
"comma-style": [2, "last"],
|
||||
"complexity": [1, 10],
|
||||
"complexity": [0, 10],
|
||||
"computed-property-spacing": [2, "never"],
|
||||
"consistent-return": 2,
|
||||
"consistent-this": [2, "self"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue