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

Commit

Permalink
feat(app): only warn on @tanstack/query/no-unstable-deps due to false…
Browse files Browse the repository at this point in the history
… positives from non tanstack query deps
  • Loading branch information
hbriese committed Aug 22, 2024
1 parent 9641829 commit 509104d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'error',
'react-compiler/react-compiler': 'error',
'@tanstack/query/no-unstable-deps': 'warn', // false positives for non tanstack/query deps
},
env: {
es2021: true,
Expand Down

0 comments on commit 509104d

Please sign in to comment.