Skip to content

Commit 38b631d

Browse files
committed
1 parent 58ec151 commit 38b631d

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
@@ -333,6 +333,7 @@ module.exports = {
333333
'@typescript-eslint/no-unnecessary-qualifier': 'error',
334334
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
335335
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
336+
'@typescript-eslint/no-unsafe-assignment': 'error',
336337
'@typescript-eslint/no-unsafe-call': 'error',
337338
'@typescript-eslint/no-unsafe-member-access': 'error',
338339
'@typescript-eslint/no-unsafe-return': 'error',

0 commit comments

Comments
 (0)