Skip to content

Commit

Permalink
Merge pull request #4 from x-spacy/chore/remove-no-unsafe-call
Browse files Browse the repository at this point in the history
chore: remove no unsafe call rule for typescript
  • Loading branch information
gutyerrez authored Aug 20, 2024
2 parents 6b29931 + b7f80b5 commit 11fc458
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 @@ -154,7 +154,6 @@ export default [
'@typescript-eslint/no-this-alias': 'error',
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
'@typescript-eslint/no-unsafe-call': 'error',
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
'@typescript-eslint/no-unsafe-return': 'error',
Expand Down

0 comments on commit 11fc458

Please sign in to comment.