Skip to content

Commit 15f4186

Browse files
authored
refactor: reduce infinite query renders and bundle size (TanStack#914)
1 parent 6b92482 commit 15f4186

File tree

6 files changed

+370
-190
lines changed

6 files changed

+370
-190
lines changed

.eslintrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
"@typescript-eslint/explicit-module-boundary-types": "off",
2020
"@typescript-eslint/no-empty-interface": "off",
2121
"@typescript-eslint/no-explicit-any": "off",
22-
"@typescript-eslint/no-non-null-assertion": "off"
22+
"@typescript-eslint/no-non-null-assertion": "off",
23+
"@typescript-eslint/no-inferrable-types": [
24+
"error",
25+
{
26+
"ignoreParameters": true
27+
}
28+
]
2329
}
2430
}

0 commit comments

Comments
 (0)