2.0.0 • Published 4 years ago

@pgilad/eslint-plugin-react-redux v2.0.0

Weekly downloads
5,892
License
MIT
Repository
github
Last release
4 years ago

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

2.0.0

4 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago