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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": [
{