changed eslint config for return types
This commit is contained in:
parent
b53253b033
commit
58b129012c
@ -11,7 +11,8 @@
|
||||
"plugin:react/recommended"
|
||||
],
|
||||
"rules": {
|
||||
"semi": "error"
|
||||
"semi": "error",
|
||||
"@typescript-eslint/explicit-function-return-type": ["off"]
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
|
Loading…
Reference in New Issue
Block a user