allow more params

This commit is contained in:
Timo Hocker 2019-12-24 15:12:06 +01:00
parent 392aff8945
commit 414711b51a

View File

@ -205,7 +205,7 @@ module.exports = {
IIFEs: true IIFEs: true
}], }],
'max-nested-callbacks': ['error', 3], 'max-nested-callbacks': ['error', 3],
'max-params': ['error', 3], 'max-params': ['error', 5],
'max-statements': ['error', 20], 'max-statements': ['error', 20],
'max-statements-per-line': 'error', 'max-statements-per-line': 'error',
'multiline-comment-style': ['error', 'starred-block'], 'multiline-comment-style': ['error', 'starred-block'],