|
|
@@ -39,6 +39,13 @@ module.exports = {
|
|
|
rules: {
|
|
|
// TypeScript Rules
|
|
|
'@typescript-eslint/no-explicit-any': 0,
|
|
|
+ '@typescript-eslint/explicit-function-return-type': [
|
|
|
+ 1,
|
|
|
+ {
|
|
|
+ allowExpressions: true,
|
|
|
+ allowTypedFunctionExpressions: true,
|
|
|
+ },
|
|
|
+ ],
|
|
|
|
|
|
// JavaScript Rules
|
|
|
'arrow-body-style': ['warn', 'as-needed'],
|