chore(lint): Enable new-cap newIsCap but not capIsNew.
This commit is contained in:
Родитель
08bfeaf282
Коммит
2c67d5f4a4
|
@ -93,6 +93,7 @@
|
|||
"max-len": 0,
|
||||
"max-nested-callbacks": [2, 4],
|
||||
"max-params": [2, 6],
|
||||
"new-cap": [2, {"newIsCap": true, "capIsNew": false}],
|
||||
"new-parens": 2,
|
||||
"newline-after-var": 0,
|
||||
"no-array-constructor": 2,
|
||||
|
|
Загрузка…
Ссылка в новой задаче