Skip to content

Commit 702d841

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

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
@@ -32,6 +32,9 @@
3232
"semi": [
3333
"error",
3434
"always"
35+
],
36+
"@typescript-eslint/no-non-null-assertion": [
37+
"off"
3538
]
3639
}
3740
}

0 commit comments

Comments
 (0)