Drop max-nested-callbacks from eslint config
This commit is contained in:
parent
f9e0469183
commit
41b49341e2
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
"max-depth": 0,
|
||||
"max-len": [1, {"code": 120, "ignoreUrls": true}],
|
||||
"max-lines": 0,
|
||||
"max-nested-callbacks": [2, {"max": 3}],
|
||||
"max-nested-callbacks": 0,
|
||||
"max-params": 0,
|
||||
"max-statements": 0,
|
||||
"max-statements-per-line": 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue