ESLint rules for react-rxjs
npm install eslint-plugin-react-rxjsESLint rules for react-rxjs
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
Add plugin:react-rxjs/recommended to the extends section of your .eslintrc configuration file:
`json``
{
"extends": ["plugin:react-rxjs/recommended"]
}
- no-connect-in-components