Merge pull request #462 from KATT/feature/eslint-rules

disable bad eslint rules
pull/466/head
Peer_Rich 2021-08-17 09:39:40 +02:00 committed by GitHub
commit 9f4647874c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
"prettier/prettier": ["error"],
"@typescript-eslint/no-unused-vars": "error",
"react/react-in-jsx-scope": "off",
"react/prop-types": "off"
"react/prop-types": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"
},
"env": {
"browser": true,