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 961f297 commit dd9f5feCopy full SHA for dd9f5fe
.eslintrc.json
@@ -21,7 +21,8 @@
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"
+ "@typescript-eslint/explicit-module-boundary-types": "off",
25
+ "max-params": ["error", 3]
26
},
27
"overrides": [
28
{
0 commit comments