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.
@typescript-eslint/no-non-null-asserted-optional-chain
1 parent aa26058 commit 47eea57Copy full SHA for 47eea57
index.js
@@ -319,7 +319,8 @@ module.exports = {
319
// TODO: Enable this again when I target ESM output in all my TypeScript projects
320
// '@typescript-eslint/no-namespace': 'error',
321
322
- '@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
+ // 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',
324
325
// Disabled until this is resolved:
326
// https://github.com/typescript-eslint/typescript-eslint/issues/202
0 commit comments