Increase max-params

This commit is contained in:
Oliver Blanthorn 2023-03-10 18:25:02 +01:00
parent 53ba5df192
commit db21cabd53
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -316,7 +316,7 @@ module.exports = {
"max-params": [
"error",
{
"max": 7
"max": 8
}
],
"new-parens": "error",