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-non-null-assertion
1 parent 4223cd9 commit ad03c7dCopy full SHA for ad03c7d
index.js
@@ -133,7 +133,11 @@ module.exports = {
133
'@typescript-eslint/no-inferrable-types': 'error',
134
'@typescript-eslint/no-misused-new': 'error',
135
'@typescript-eslint/no-namespace': 'error',
136
- '@typescript-eslint/no-non-null-assertion': 'error',
+
137
+ // Disabled until this is resolved:
138
+ // https://github.com/typescript-eslint/typescript-eslint/issues/202
139
+ // '@typescript-eslint/no-non-null-assertion': 'error',
140
141
'@typescript-eslint/no-object-literal-type-assertion': [
142
'error',
143
{
0 commit comments