eslint-plugin-redux-reliever

1.5.0 • Public • Published

eslint-plugin-redux-reliever

enforce usage of action$.ofType inside react-redux-reliever epics

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-redux-reliever:

$ npm install eslint-plugin-redux-reliever --save-dev

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

Usage

Add react-redux-reliever-of-type to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "redux-reliever"
    ]
}

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

{
    "rules": {
        "redux-reliever/enforce-oftype-usage": 2
    }
}

Supported Rules

  • enforce-oftype-usage

/eslint-plugin-redux-reliever/

    Package Sidebar

    Install

    npm i eslint-plugin-redux-reliever

    Weekly Downloads

    8

    Version

    1.5.0

    License

    ISC

    Unpacked Size

    119 kB

    Total Files

    18

    Last publish

    Collaborators

    • aronse