Skip to content

Commit ad03c7d

Browse files
committed
Disable the no-non-null-assertion rule temporarily
1 parent 4223cd9 commit ad03c7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ module.exports = {
133133
'@typescript-eslint/no-inferrable-types': 'error',
134134
'@typescript-eslint/no-misused-new': 'error',
135135
'@typescript-eslint/no-namespace': 'error',
136-
'@typescript-eslint/no-non-null-assertion': 'error',
136+
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+
137141
'@typescript-eslint/no-object-literal-type-assertion': [
138142
'error',
139143
{

0 commit comments

Comments
 (0)