Skip to content

Commit c455018

Browse files
committedApr 30, 2023
docs: recommend the eslint plugin on installation page
1 parent 9f75541 commit c455018

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

Diff for: ‎docs/react/installation.md

+12
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,15 @@ opera >= 53
4747
```
4848

4949
> Depending on your environment, you might need to add polyfills. If you want to support older browsers, you need to transpile the library from `node_modules` yourselves.
50+
51+
### Recommendations
52+
53+
It is recommended to also use our [ESLint Plugin Query](./eslint/eslint-plugin-query) to help you catch bugs and inconsistencies while you code. You can install it via:
54+
55+
```bash
56+
$ npm i -D @tanstack/eslint-plugin-query
57+
# or
58+
$ pnpm add -D @tanstack/eslint-plugin-query
59+
# or
60+
$ yarn add -D @tanstack/eslint-plugin-query
61+
```

0 commit comments

Comments
 (0)