Skip to content

Commit

Permalink
Fix the rule docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitim committed May 15, 2016
1 parent d392381 commit 74b103d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/rules/self-closing-comp.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ The rule can take one argument to select types of tags, which should be self-clo

```js
...
"self-closing-comp": [<enabled>, {
"component" <boolean> || true,
"html" <boolean> || false
"self-closing-comp": ["error", {
"component": true,
"html": false
}]
...
```
Expand Down

0 comments on commit 74b103d

Please sign in to comment.