Skip to content

Commit be15868

Browse files
authored
Revert "suggestion: max-params 3 (#647)" (#689)
This reverts commit dd9f5fe.
1 parent ed8241a commit be15868

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"react/react-in-jsx-scope": "off",
2222
"react/prop-types": "off",
2323
"@typescript-eslint/explicit-function-return-type": "off",
24-
"@typescript-eslint/explicit-module-boundary-types": "off",
25-
"max-params": ["error", 3]
24+
"@typescript-eslint/explicit-module-boundary-types": "off"
2625
},
2726
"overrides": [
2827
{

0 commit comments

Comments
 (0)