Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 491 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 491 Bytes

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