An open API service indexing awesome lists of open source software.

https://github.com/intellicode/eslint-plugin-redux


https://github.com/intellicode/eslint-plugin-redux

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

ESLint plugin for Redux
==============================

[![Maintenance Status][status-image]][status-url] [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][deps-image]][deps-url] [![Coverage Status][coverage-image]][coverage-url] [![Code Climate][climate-image]][climate-url]

Redux specific linting rules for ESLint.

# Installation

Install [ESLint](https://www.github.com/eslint/eslint) either locally or globally.

```sh
$ npm install eslint
```

Install eslint-plugin-redux

```sh
$ npm install eslint-plugin-redux
```

# Configuration

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

```json
{
"plugins": [
"redux"
]
}
```

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

```json
{
"rules": {
}
}
```

# List of supported rules

[npm-url]: https://npmjs.org/package/eslint-plugin-redux
[npm-image]: http://img.shields.io/npm/v/eslint-plugin-redux.svg?style=flat-square

[travis-url]: https://travis-ci.org/Intellicode/eslint-plugin-redux
[travis-image]: http://img.shields.io/travis/Intellicode/eslint-plugin-redux/master.svg?style=flat-square

[deps-url]: https://david-dm.org/Intellicode/eslint-plugin-redux
[deps-image]: https://img.shields.io/david/dev/Intellicode/eslint-plugin-redux.svg?style=flat-square

[coverage-url]: https://coveralls.io/r/Intellicode/eslint-plugin-redux?branch=master
[coverage-image]: http://img.shields.io/coveralls/Intellicode/eslint-plugin-redux/master.svg?style=flat-square

[climate-url]: https://codeclimate.com/github/Intellicode/eslint-plugin-redux
[climate-image]: http://img.shields.io/codeclimate/github/Intellicode/eslint-plugin-redux.svg?style=flat-square

[status-url]: https://github.com/Intellicode/eslint-plugin-redux/pulse
[status-image]: http://img.shields.io/badge/status-maintained-brightgreen.svg?style=flat-square