Skip to content

Commit

Permalink
Avoid megamorphic call sites
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Nov 30, 2024
1 parent da14fc3 commit 03ceb51
Show file tree
Hide file tree
Showing 2 changed files with 449 additions and 437 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ export default [
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-confusing-void-expression": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/consistent-indexed-object-style": "off",
"@typescript-eslint/prefer-return-this-type": "off",
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/restrict-template-expressions": [
"error",
{
Expand Down
Loading

0 comments on commit 03ceb51

Please sign in to comment.