Skip to content

Commit

Permalink
Docs: Fixes object type for rules in "Use a Plugin" (#12409)
Browse files Browse the repository at this point in the history
  • Loading branch information
daisy-develops authored and ilyavolodin committed Oct 13, 2019
1 parent 24ca088 commit 97045ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/configuring.md
Expand Up @@ -376,11 +376,11 @@ For example:
"plugin:@foo/foo/recommended",
"plugin:@bar/recommended"
],
"rules": [
"rules": {
"jquery/a-rule": "error",
"@foo/foo/some-rule": "error",
"@bar/another-rule": "error"
],
},
"env": {
"jquery/jquery": true,
"@foo/foo/env-foo": true,
Expand Down

0 comments on commit 97045ae

Please sign in to comment.