Skip to content

Commit c28da6c

Browse files
committed
docs: updating extend recommended config
1 parent a68732f commit c28da6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@ Add `react-redux` to the plugins section of your `.eslintrc` configuration file.
2626
{
2727
"plugins": [
2828
"react-redux"
29+
],
30+
"extends": [
31+
"plugin:react-redux/recommended"
2932
]
3033
}
3134
```
3235

3336

34-
Then configure the rules you want to use under the rules section.
37+
To configure individual rules:
3538

3639
```json
3740
{

0 commit comments

Comments
 (0)