Skip to content

Commit

Permalink
Disabled the rule no-non-null-assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Sep 21, 2023
1 parent 36c2e84 commit 622a42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@typescript-eslint/strict-boolean-expressions": "error",
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/typedef": "error",
"@typescript-eslint/no-non-null-assertion": "off"
},
"overrides": [
{
Expand Down

0 comments on commit 622a42c

Please sign in to comment.