File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 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
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" : {
You can’t perform that action at this time.
0 commit comments