Skip to content

Commit 47eea57

Browse files
committed
Disable @typescript-eslint/no-non-null-asserted-optional-chain rule
1 parent aa26058 commit 47eea57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ module.exports = {
319319
// TODO: Enable this again when I target ESM output in all my TypeScript projects
320320
// '@typescript-eslint/no-namespace': 'error',
321321

322-
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
322+
// TODO: Try to enable this again in 2021. It's currently a bit buggy, most likely caused by TypeScript itself.
323+
// '@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
323324

324325
// Disabled until this is resolved:
325326
// https://github.com/typescript-eslint/typescript-eslint/issues/202

0 commit comments

Comments
 (0)