@flycode-org/eslint-plugin-react-query
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@flycode-org/eslint-plugin-react-query

ESLint plugin for validating React Query code

Installation

Install the plugin's package:

npm install --save-dev @flycode-org/eslint-plugin-react-query
# or
yarn add --dev @flycode-org/eslint-plugin-react-query

Add the plugin to the .eslintrc file:

   "plugins": [
     ...
+    "@flycode-org/react-query"
   ],
   "rules": {
     ...
+    "@flycode-org/react-query/exhaustive-deps": "error",
   }

Readme

Keywords

none

Package Sidebar

Install

npm i @flycode-org/eslint-plugin-react-query

Weekly Downloads

4

Version

0.0.2

License

none

Unpacked Size

28.9 kB

Total Files

16

Last publish

Collaborators

  • etai-flycode