Skip to content

Commit

Permalink
docs: plugins not plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Jul 17, 2020
1 parent aef1987 commit 4f261c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m

```json
{
"plugin": [
"plugins": [
"array-func"
],
"rules": {
Expand Down Expand Up @@ -176,7 +176,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m

```json
{
"plugin": [
"plugins": [
"array-func"
],
"rules": {
Expand Down Expand Up @@ -222,7 +222,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m

```json
{
"plugin": [
"plugins": [
"array-func"
],
"rules": {
Expand Down Expand Up @@ -270,7 +270,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m

```json
{
"plugin": [
"plugins": [
"array-func"
],
"rules": {
Expand Down Expand Up @@ -320,7 +320,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m

```json
{
"plugin": [
"plugins": [
"array-func"
],
"rules": {
Expand Down Expand Up @@ -367,7 +367,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m

```json
{
"plugin": [
"plugins": [
"array-func"
],
"rules": {
Expand Down

0 comments on commit 4f261c1

Please sign in to comment.