Skip to content

Commit 4b54a42

Browse files
committed
WIP
1 parent 097cd91 commit 4b54a42

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Find issues with react-redux code usages
66

77
You'll first need to install [ESLint](http://eslint.org):
88

9-
```
9+
```bash
1010
$ npm i eslint --save-dev
1111
```
1212

1313
Next, install `eslint-plugin-react-redux`:
1414

15-
```
15+
```bash
1616
$ npm install eslint-plugin-react-redux --save-dev
1717
```
1818

@@ -44,10 +44,7 @@ Then configure the rules you want to use under the rules section.
4444
## Supported Rules
4545

4646
* Fill in provided rules here
47-
48-
49-
50-
47+
- [use-selectors-on-state](docs/rules/use-selectors-on-state)
5148

5249
## License
5350

0 commit comments

Comments
 (0)