Skip to content

Commit a531f1e

Browse files
authored
Enable no-unsafe-member-access
1 parent 9791a06 commit a531f1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,7 @@ const rules = {
484484
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
485485
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
486486
'@typescript-eslint/no-unsafe-function-type': 'error',
487-
488-
// Disabled until TypeScrpt supports the `node:` protocol.
489-
// '@typescript-eslint/no-unsafe-member-access': 'error',
487+
'@typescript-eslint/no-unsafe-member-access': 'error',
490488

491489
'@typescript-eslint/no-unsafe-return': 'error',
492490
'@typescript-eslint/no-useless-empty-export': 'error',

0 commit comments

Comments
 (0)