Skip to content

Commit 097cd91

Browse files
committed
Updates
1 parent 5252675 commit 097cd91

File tree

3 files changed

+416
-547
lines changed

3 files changed

+416
-547
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ $ npm install eslint-plugin-react-redux --save-dev
2020

2121
## Usage
2222

23-
Add `eslint-react-redux` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
23+
Add `react-redux` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
2424

2525
```json
2626
{
2727
"plugins": [
28-
"eslint-react-redux"
28+
"react-redux"
2929
]
3030
}
3131
```
@@ -36,7 +36,7 @@ Then configure the rules you want to use under the rules section.
3636
```json
3737
{
3838
"rules": {
39-
"eslint-react-redux/rule-name": 2
39+
"react-redux/rule-name": 2
4040
}
4141
}
4242
```
@@ -49,3 +49,6 @@ Then configure the rules you want to use under the rules section.
4949

5050

5151

52+
## License
53+
54+
MIT

0 commit comments

Comments
 (0)