Skip to content

Commit 8bd5d17

Browse files
committed
Avoid megamorphic call sites
1 parent da14fc3 commit 8bd5d17

2 files changed

Lines changed: 447 additions & 438 deletions

File tree

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ export default [
3232
"@typescript-eslint/no-non-null-assertion": "off",
3333
"@typescript-eslint/no-confusing-void-expression": "off",
3434
"@typescript-eslint/consistent-type-definitions": "off",
35+
"@typescript-eslint/consistent-indexed-object-style": "off",
3536
"@typescript-eslint/prefer-return-this-type": "off",
37+
"@typescript-eslint/unbound-method": "off",
3638
"@typescript-eslint/restrict-template-expressions": [
3739
"error",
3840
{

0 commit comments

Comments
 (0)