Skip to content

Commit e459672

Browse files
author
Christopher Quadflieg
committed
docs: fix defaults
1 parent d501313 commit e459672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user-guide/rules/attr-value-not-empty.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All attributes must have values.
2121
## Default
2222

2323
```json
24-
{ "attr-lowercase": "off" }
24+
{ "attr-value-not-empty": "off" }
2525
```
2626

2727
---

docs/user-guide/rules/href-abs-or-rel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ An href attribute must be either absolute or relative.
2323
## Default
2424

2525
```json
26-
{ "attr-lowercase": ["off", { "mode": "absolute" }] }
26+
{ "href-abs-or-rel": ["off", { "mode": "absolute" }] }
2727
```
2828

2929
## Options

0 commit comments

Comments
 (0)