Skip to content

Commit

Permalink
chore: allow many parameters in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimbeng committed Jan 26, 2024
1 parent 0faebbe commit 69bd88a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
{
"files": "packages/**/*.test.ts",
"rules": {
"@typescript-eslint/no-floating-promises": 0
"@typescript-eslint/no-floating-promises": 0,
"max-params": 0
}
}
]
Expand Down

0 comments on commit 69bd88a

Please sign in to comment.