Skip to content

Commit 98e4470

Browse files
committed
Disable 'no-non-null-assertion'
Since we use it intentionally, and now only at 99 problems!
1 parent e5b0bb8 commit 98e4470

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"semi": [
2929
"error",
3030
"always"
31+
],
32+
"@typescript-eslint/no-non-null-assertion": [
33+
"off"
3134
]
3235
}
3336
}

0 commit comments

Comments
 (0)