suggestion: `max-params` `3` (#647)

pull/668/head^2
Alex Johansson 2021-09-18 00:02:35 +01:00 committed by GitHub
parent 961f297ba8
commit dd9f5fe791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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