Skip to content

Commit 68168b1

Browse files
committed
Allow non-null assertion operator
1 parent 7f6cb87 commit 68168b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@typescript-eslint/no-explicit-any": 0,
2929
"@typescript-eslint/explicit-module-boundary-types": 0,
3030
"@typescript-eslint/no-unused-vars": "warn",
31-
"@typescript-eslint/no-inferrable-types": 0
31+
"@typescript-eslint/no-inferrable-types": 0,
32+
"@typescript-eslint/no-non-null-assertion": 0
3233
}
3334
}

0 commit comments

Comments
 (0)