Skip to content

Commit 925def3

Browse files
committed
docs: fix example on how to use the recommended config
1 parent 1bc264a commit 925def3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ To enable this configuration use the `extends` property in your `.eslintrc.json`
263263
```json
264264
{
265265
"extends": [
266-
"array-func/recommended"
266+
"plugin:array-func/recommended"
267267
]
268268
}
269269
```

0 commit comments

Comments
 (0)