@pgilad/eslint-plugin-react-redux

2.0.0 • Public • Published

eslint-plugin-react-redux

Find issues with react-redux code usages

code style: prettier

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-react-redux:

$ npm install @pgilad/eslint-plugin-react-redux --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-react-redux globally.

Usage

Add react-redux to the plugins section of your .eslintrc configuration file.

{
    "plugins": [
        "@pgilad/eslint-plugin-react-redux"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "@pgilad/react-redux/use-selectors-on-state": 1
    }
}

Supported Rules

License

MIT

Package Sidebar

Install

npm i @pgilad/eslint-plugin-react-redux

Weekly Downloads

153

Version

2.0.0

License

MIT

Unpacked Size

13.6 kB

Total Files

11

Last publish

Collaborators

  • pgilad