Skip to content

Commit

Permalink
fix: disable @typescript-eslint/explicit-function-return-type in conf…
Browse files Browse the repository at this point in the history
…ig files
  • Loading branch information
kelsos committed Oct 2, 2024
1 parent 61dec77 commit 4cc642d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/disables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export async function disables(): Promise<TypedFlatConfigItem[]> {
],
name: 'rotki/disables/config',
rules: {
'@typescript-eslint/explicit-function-return-type': 'off',
'import/no-default-export': 'off',
'no-console': 'off',
},
Expand Down

0 comments on commit 4cc642d

Please sign in to comment.