0.1.0-alpha.2 • Published 5 years ago

eslint-plugin-react-rxjs v0.1.0-alpha.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

eslint-plugin-react-rxjs

ESLint rules for react-rxjs

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-react-rxjs:

$ npm install eslint-plugin-react-rxjs --save-dev

Usage

Add plugin:react-rxjs/recommended to the extends section of your .eslintrc configuration file:

{
  "extends": ["plugin:react-rxjs/recommended"]
}

Supported Rules

  • no-connect-in-components