eslint-plugin-redux

ESLint plugin for redux

MIT License

Downloads
1.1K
Stars
3
Committers
2

ESLint plugin for Redux

Redux specific linting rules for ESLint.

Installation

Install ESLint either locally or globally.

$ npm install eslint

Install eslint-plugin-redux

$ npm install eslint-plugin-redux

Configuration

Add plugins section and specify ESLint-plugin-redux as a plugin.

{
  "plugins": [
    "redux"
  ]
}

Finally, enable all of the rules that you would like to use.

{
  "rules": {
  }
}

List of supported rules

Package Rankings
Top 8.42% on Npmjs.org
Badges
Extracted from project README
Maintenance Status NPM version Build Status Dependency Status Coverage Status Code Climate