feat(typescript): explicit-function-return-type

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-19 14:46:41 +04:00
parent 18c9632298
commit b9cabcb54b
2 changed files with 9 additions and 1 deletions

View File

@ -9,6 +9,14 @@
"before": false
}
],
"@typescript-eslint/explicit-function-return-type": [
"error",
{
"allowExpressions": false,
"allowHigherOrderFunctions": false,
"allowTypedFunctionExpressions": false
}
],
"@typescript-eslint/indent": [
"error",
"tab",