We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc57f4 commit ff772fbCopy full SHA for ff772fb
index.js
@@ -12,6 +12,7 @@ module.exports = {
12
rules: {
13
"no-return-await": "error",
14
"no-use-before-define": "off", // uses "@typescript-eslint/no-use-before-define" instead
15
+ "max-params": ["error", 4],
16
yoda: ["error", "never"],
17
"@typescript-eslint/ban-ts-comment": "off",
18
"@typescript-eslint/no-explicit-any": "off",
0 commit comments