We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-unsafe-member-access
1 parent 9791a06 commit a531f1eCopy full SHA for a531f1e
index.js
@@ -484,9 +484,7 @@ const rules = {
484
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
485
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
486
'@typescript-eslint/no-unsafe-function-type': 'error',
487
-
488
- // Disabled until TypeScrpt supports the `node:` protocol.
489
- // '@typescript-eslint/no-unsafe-member-access': 'error',
+ '@typescript-eslint/no-unsafe-member-access': 'error',
490
491
'@typescript-eslint/no-unsafe-return': 'error',
492
'@typescript-eslint/no-useless-empty-export': 'error',
0 commit comments