We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e50ad commit 542528aCopy full SHA for 542528a
docs/eslint/eslint-plugin-query.md
@@ -10,11 +10,11 @@ TanStack Query comes with its own ESLint plugin. This plugin is used to enforce
10
The plugin is a separate package that you need to install:
11
12
```bash
13
-$ npm i -D @tanstack/eslint-plugin-query
+$ npm i -D @tanstack/eslint-plugin-query@4
14
# or
15
-$ pnpm add -D @tanstack/eslint-plugin-query
+$ pnpm add -D @tanstack/eslint-plugin-query@4
16
17
-$ yarn add -D @tanstack/eslint-plugin-query
+$ yarn add -D @tanstack/eslint-plugin-query@4
18
```
19
20
## Usage
0 commit comments