File tree Expand file tree Collapse file tree 3 files changed +416
-547
lines changed Expand file tree Collapse file tree 3 files changed +416
-547
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ $ npm install eslint-plugin-react-redux --save-dev
20
20
21
21
## Usage
22
22
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:
24
24
25
25
``` json
26
26
{
27
27
"plugins" : [
28
- " eslint- react-redux"
28
+ " react-redux"
29
29
]
30
30
}
31
31
```
@@ -36,7 +36,7 @@ Then configure the rules you want to use under the rules section.
36
36
``` json
37
37
{
38
38
"rules" : {
39
- "eslint- react-redux/rule-name" : 2
39
+ "react-redux/rule-name" : 2
40
40
}
41
41
}
42
42
```
@@ -49,3 +49,6 @@ Then configure the rules you want to use under the rules section.
49
49
50
50
51
51
52
+ ## License
53
+
54
+ MIT
You can’t perform that action at this time.
0 commit comments