disable `@typescript-eslint/explicit-function-return-type`

pull/462/head
KATT 2021-08-16 18:08:31 +02:00
parent d497323c75
commit bd6bd8a38f
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
"@typescript-eslint/no-unused-vars": "error",
"react/react-in-jsx-scope": "off",
"react/prop-types": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"
},
"env": {