Skip to content

Commit b4d571e

Browse files
committed
chore: install & configure react query eslint plugin
1 parent 1ca353b commit b4d571e

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
'plugin:prettier/recommended',
1111
'plugin:jsx-a11y/recommended',
1212
'plugin:react-hooks/recommended',
13+
'plugin:@tanstack/eslint-plugin-query/recommended',
1314
'plugin:@typescript-eslint/stylistic-type-checked',
1415
'plugin:@typescript-eslint/recommended-type-checked'
1516
],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"@commitlint/config-conventional": "^19.8.0",
5959
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
6060
"@playwright/test": "^1.51.1",
61+
"@tanstack/eslint-plugin-query": "^5.68.0",
6162
"@total-typescript/ts-reset": "^0.6.1",
6263
"@types/eslint": "^9.6.1",
6364
"@types/node": "22.13.10",

pnpm-lock.yaml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)