DianaSuvorova/eslint-plugin-react-redux

Enforcing best practices for react-redux

83

stars

75

commits

JavaScript

primary language

Mar 25, 2025

updated

www.npmjs.com/package/eslint-plugin-react-redux

README

eslint-plugin-react-redux

Enforcing best practices for react-redux

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-react-redux:

$ npm install 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. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "react-redux"
    ],
    "extends": [
        "plugin:react-redux/recommended"
    ]
}

To configure individual rules:

{
    "rules": {
        "react-redux/connect-prefer-named-arguments": 2
    }
}

Supported Rules

Contributors

DianaSuvorova

54 commits

koooge

3 commits

theprivileges

2 commits

bstream

2 commits

DianaSuvorova/eslint-plugin-react-redux

Enforcing best practices for react-redux

83

stars

75

commits

JavaScript

primary language

Mar 25, 2025

updated

www.npmjs.com/package/eslint-plugin-react-redux

README

eslint-plugin-react-redux

Enforcing best practices for react-redux

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-react-redux:

$ npm install 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. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "react-redux"
    ],
    "extends": [
        "plugin:react-redux/recommended"
    ]
}

To configure individual rules:

{
    "rules": {
        "react-redux/connect-prefer-named-arguments": 2
    }
}

Supported Rules

Contributors

DianaSuvorova

54 commits

koooge

3 commits

theprivileges

2 commits

bstream

2 commits

Languages

JavaScript

100.0%