feat(typescript): explicit-function-return-type
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -9,6 +9,14 @@
|
||||
"before": false
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/explicit-function-return-type": [
|
||||
"error",
|
||||
{
|
||||
"allowExpressions": false,
|
||||
"allowHigherOrderFunctions": false,
|
||||
"allowTypedFunctionExpressions": false
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Reference in New Issue
Block a user