Revert "suggestion: max-params 3 (#647)" (#689)

This reverts commit dd9f5fe791.
This commit is contained in:
Alex van Andel
2021-09-18 18:25:56 +01:00
committed by GitHub
parent ed8241ac1b
commit be15868ef9

View File

@@ -21,8 +21,7 @@
"react/react-in-jsx-scope": "off",
"react/prop-types": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"max-params": ["error", 3]
"@typescript-eslint/explicit-module-boundary-types": "off"
},
"overrides": [
{