chore: allow many parameters in test files
This commit is contained in:
parent
0faebbe647
commit
69bd88afdb
1 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,8 @@
|
||||||
{
|
{
|
||||||
"files": "packages/**/*.test.ts",
|
"files": "packages/**/*.test.ts",
|
||||||
"rules": {
|
"rules": {
|
||||||
"@typescript-eslint/no-floating-promises": 0
|
"@typescript-eslint/no-floating-promises": 0,
|
||||||
|
"max-params": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue