Skip to content

Commit

Permalink
perf: micro optimizations (#260)
Browse files Browse the repository at this point in the history
* perf: add a few performance optimizations

* more perf optimizations

* make non-null assertion a warning as it is required
  • Loading branch information
boopathi authored Oct 15, 2024
1 parent a0fc533 commit 4eab6a5
Show file tree
Hide file tree
Showing 6 changed files with 343 additions and 232 deletions.
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
Loading

0 comments on commit 4eab6a5

Please sign in to comment.