Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 509104d

Browse files
committed
feat(app): only warn on @tanstack/query/no-unstable-deps due to false positives from non tanstack query deps
1 parent 9641829 commit 509104d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
'react-hooks/rules-of-hooks': 'error',
2929
'react-hooks/exhaustive-deps': 'error',
3030
'react-compiler/react-compiler': 'error',
31+
'@tanstack/query/no-unstable-deps': 'warn', // false positives for non tanstack/query deps
3132
},
3233
env: {
3334
es2021: true,

0 commit comments

Comments
 (0)