eslint-plugin-x-react-hooks

1.0.3 • Public • Published

eslint-plugin-x-react-hooks

Installation

npm install --save-dev eslint-plugin-x-react-hooks

Usage

{
  "extends": ["plugin:x-react-hooks/recommended"]
}

Customize rules:

{
  "plugins": ["x-react-hooks"],
  "rules": {
    "x-react-hooks/no-json-stringify-in-deps": "warn"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-x-react-hooks

Weekly Downloads

15

Version

1.0.3

License

MIT

Unpacked Size

4.67 kB

Total Files

7

Last publish

Collaborators

  • youngjuning