chore(lint): Enable max-params 6.

This commit is contained in:
Ed Lee 2016-08-09 15:41:12 -07:00
Родитель 7410e4b21a
Коммит 0713933d19
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,