Skip to content

Commit

Permalink
chore: disable @typescript-eslint/no-unsafe-member-access rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed May 25, 2024
1 parent 4f435cf commit 77707bb
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 @@ -164,7 +164,6 @@ export default [
'@typescript-eslint/no-unsafe-call': 'error',
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
'@typescript-eslint/no-unsafe-member-access': 'error',
'@typescript-eslint/no-unsafe-return': 'error',
'@typescript-eslint/no-unused-vars': 'error',
'@typescript-eslint/no-var-requires': 'error',
Expand Down

0 comments on commit 77707bb

Please sign in to comment.