Skip to content

Commit ff772fb

Browse files
committed
config: Set max-params to 4
1 parent 2bc57f4 commit ff772fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
rules: {
1313
"no-return-await": "error",
1414
"no-use-before-define": "off", // uses "@typescript-eslint/no-use-before-define" instead
15+
"max-params": ["error", 4],
1516
yoda: ["error", "never"],
1617
"@typescript-eslint/ban-ts-comment": "off",
1718
"@typescript-eslint/no-explicit-any": "off",

0 commit comments

Comments
 (0)