Skip to content

Commit dd9f5fe

Browse files
authored
suggestion: max-params 3 (#647)
1 parent 961f297 commit dd9f5fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
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"
24+
"@typescript-eslint/explicit-module-boundary-types": "off",
25+
"max-params": ["error", 3]
2526
},
2627
"overrides": [
2728
{

0 commit comments

Comments
 (0)