changed eslint config for return types

This commit is contained in:
Niklas 2020-04-22 15:12:21 +02:00
parent b53253b033
commit 58b129012c

View File

@ -11,7 +11,8 @@
"plugin:react/recommended"
],
"rules": {
"semi": "error"
"semi": "error",
"@typescript-eslint/explicit-function-return-type": ["off"]
},
"parserOptions": {
"ecmaFeatures": {