File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
86
86
87
87
``` json
88
88
{
89
- "plugin " : [
89
+ "plugins " : [
90
90
" array-func"
91
91
],
92
92
"rules" : {
@@ -176,7 +176,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
176
176
177
177
``` json
178
178
{
179
- "plugin " : [
179
+ "plugins " : [
180
180
" array-func"
181
181
],
182
182
"rules" : {
@@ -222,7 +222,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
222
222
223
223
``` json
224
224
{
225
- "plugin " : [
225
+ "plugins " : [
226
226
" array-func"
227
227
],
228
228
"rules" : {
@@ -270,7 +270,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
270
270
271
271
``` json
272
272
{
273
- "plugin " : [
273
+ "plugins " : [
274
274
" array-func"
275
275
],
276
276
"rules" : {
@@ -320,7 +320,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
320
320
321
321
``` json
322
322
{
323
- "plugin " : [
323
+ "plugins " : [
324
324
" array-func"
325
325
],
326
326
"rules" : {
@@ -367,7 +367,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
367
367
368
368
``` json
369
369
{
370
- "plugin " : [
370
+ "plugins " : [
371
371
" array-func"
372
372
],
373
373
"rules" : {
You can’t perform that action at this time.
0 commit comments