Skip to content

Commit cb0655b

Browse files
committed
Add @typescript-eslint/no-unsafe-type-assertion rule
https://typescript-eslint.io/rules/no-unsafe-type-assertion/
1 parent 6782a76 commit cb0655b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ const rules = {
491491
'@typescript-eslint/no-unsafe-function-type': 'error',
492492
'@typescript-eslint/no-unsafe-member-access': 'error',
493493
'@typescript-eslint/no-unsafe-return': 'error',
494+
'@typescript-eslint/no-unsafe-type-assertion': 'error',
494495
'@typescript-eslint/no-useless-empty-export': 'error',
495496
'no-unused-expressions': 'off',
496497
'@typescript-eslint/no-unused-expressions': 'error',

0 commit comments

Comments
 (0)