Skip to content

Commit

Permalink
Enabled @typescript-eslint/no-non-null-assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Sep 2, 2024
1 parent ea8b7f6 commit 069abcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export default tseslint.config(
},
],
"@typescript-eslint/no-import-type-side-effects": "error",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-unnecessary-parameter-property-assignment":
"error",
Expand Down

0 comments on commit 069abcc

Please sign in to comment.