Skip to content

Commit 4f261c1

Browse files
committed
docs: plugins not plugin
1 parent aef1987 commit 4f261c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
8686

8787
```json
8888
{
89-
"plugin": [
89+
"plugins": [
9090
"array-func"
9191
],
9292
"rules": {
@@ -176,7 +176,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
176176

177177
```json
178178
{
179-
"plugin": [
179+
"plugins": [
180180
"array-func"
181181
],
182182
"rules": {
@@ -222,7 +222,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
222222

223223
```json
224224
{
225-
"plugin": [
225+
"plugins": [
226226
"array-func"
227227
],
228228
"rules": {
@@ -270,7 +270,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
270270

271271
```json
272272
{
273-
"plugin": [
273+
"plugins": [
274274
"array-func"
275275
],
276276
"rules": {
@@ -320,7 +320,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
320320

321321
```json
322322
{
323-
"plugin": [
323+
"plugins": [
324324
"array-func"
325325
],
326326
"rules": {
@@ -367,7 +367,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
367367

368368
```json
369369
{
370-
"plugin": [
370+
"plugins": [
371371
"array-func"
372372
],
373373
"rules": {

0 commit comments

Comments
 (0)