chore(lint): Enable max-params 6.
This commit is contained in:
Родитель
7410e4b21a
Коммит
0713933d19
|
@ -92,7 +92,7 @@
|
|||
"max-depth": [2, 4],
|
||||
"max-len": 0,
|
||||
"max-nested-callbacks": [2, 4],
|
||||
"max-params": 0,
|
||||
"max-params": [2, 6],
|
||||
"new-parens": 2,
|
||||
"newline-after-var": 0,
|
||||
"no-array-constructor": 2,
|
||||
|
|
Загрузка…
Ссылка в новой задаче