mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Increase max-params
This commit is contained in:
parent
53ba5df192
commit
db21cabd53
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ module.exports = {
|
|||
"max-params": [
|
||||
"error",
|
||||
{
|
||||
"max": 7
|
||||
"max": 8
|
||||
}
|
||||
],
|
||||
"new-parens": "error",
|
||||
|
|
Loading…
Add table
Reference in a new issue