Skip to content

Commit 542528a

Browse files
authored
docs: Add version to v4 eslint docs (#7926)
1 parent b7e50ad commit 542528a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/eslint/eslint-plugin-query.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ TanStack Query comes with its own ESLint plugin. This plugin is used to enforce
1010
The plugin is a separate package that you need to install:
1111

1212
```bash
13-
$ npm i -D @tanstack/eslint-plugin-query
13+
$ npm i -D @tanstack/eslint-plugin-query@4
1414
# or
15-
$ pnpm add -D @tanstack/eslint-plugin-query
15+
$ pnpm add -D @tanstack/eslint-plugin-query@4
1616
# or
17-
$ yarn add -D @tanstack/eslint-plugin-query
17+
$ yarn add -D @tanstack/eslint-plugin-query@4
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)