Skip to content

Commit

Permalink
docs: fix example on how to use the recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Nov 11, 2018
1 parent 1bc264a commit 925def3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ To enable this configuration use the `extends` property in your `.eslintrc.json`
```json
{
"extends": [
"array-func/recommended"
"plugin:array-func/recommended"
]
}
```
Expand Down

0 comments on commit 925def3

Please sign in to comment.