Skip to content

Commit

Permalink
docs: fix defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Quadflieg committed Jul 10, 2020
1 parent d501313 commit e459672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/rules/attr-value-not-empty.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ All attributes must have values.
## Default

```json
{ "attr-lowercase": "off" }
{ "attr-value-not-empty": "off" }
```

---
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/rules/href-abs-or-rel.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ An href attribute must be either absolute or relative.
## Default

```json
{ "attr-lowercase": ["off", { "mode": "absolute" }] }
{ "href-abs-or-rel": ["off", { "mode": "absolute" }] }
```

## Options
Expand Down

0 comments on commit e459672

Please sign in to comment.