Skip to content

Commit

Permalink
chore(eslint): disable @typescript-eslint/no-unsafe-call
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Sep 26, 2024
1 parent 62bb5db commit 4632a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default tseslint.config(
'@typescript-eslint/no-import-type-side-effects': 'error',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unsafe-enum-comparison': 'off',
'@typescript-eslint/no-unsafe-function-type': 'off',
'@typescript-eslint/no-unsafe-return': 'off',
Expand Down

0 comments on commit 4632a41

Please sign in to comment.