We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
max-params
3
1 parent ed8241a commit be15868Copy full SHA for be15868
.eslintrc.json
@@ -21,8 +21,7 @@
21
"react/react-in-jsx-scope": "off",
22
"react/prop-types": "off",
23
"@typescript-eslint/explicit-function-return-type": "off",
24
- "@typescript-eslint/explicit-module-boundary-types": "off",
25
- "max-params": ["error", 3]
+ "@typescript-eslint/explicit-module-boundary-types": "off"
26
},
27
"overrides": [
28
{
0 commit comments