diff --git a/src/configs/disables.ts b/src/configs/disables.ts index 1bc9b4e..6eaedf3 100644 --- a/src/configs/disables.ts +++ b/src/configs/disables.ts @@ -11,6 +11,7 @@ export async function disables(): Promise { ], name: 'rotki/disables/config', rules: { + '@typescript-eslint/explicit-function-return-type': 'off', 'import/no-default-export': 'off', 'no-console': 'off', },