Skip to content

Commit

Permalink
chore: disable rule @typescript-eslint/no-unsafe-return
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez authored Nov 5, 2024
1 parent b3fd262 commit 65fcb95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ export default [
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
'@typescript-eslint/no-unsafe-return': 'error',
'@typescript-eslint/no-unused-vars': [
'error',
{
Expand Down

0 comments on commit 65fcb95

Please sign in to comment.