Skip to content

Commit

Permalink
make non-null assertion a warning as it is required
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed Oct 14, 2024
1 parent 8b00446 commit 8cbae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default tseslint.config(
"no-sequences": "error",
"no-template-curly-in-string": "error",
"@typescript-eslint/no-empty-function": "error",
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-non-null-assertion": "warn",

"@typescript-eslint/no-unused-vars": "warn",

Expand Down

0 comments on commit 8cbae3e

Please sign in to comment.