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 517b388Copy full SHA for 517b388
index.js
@@ -484,10 +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',
490
+ '@typescript-eslint/no-unsafe-member-access': 'error',
491
'@typescript-eslint/no-unsafe-return': 'error',
492
'@typescript-eslint/no-useless-empty-export': 'error',
493
'no-unused-expressions': 'off',
0 commit comments