Skip to content

Commit 76d45a0

Browse files
Update CHANGELOG.md
1 parent 3ca7107 commit 76d45a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## 1.0.11
44
Added [htmlacademy/space-between-comments](rules/space-between-comments/README.md)
5+
```js
6+
rules: {
7+
'htmlacademy/space-between-comments': [true, 'space' | 'no-space]
8+
}
9+
```
10+
11+
```html
12+
<!-- Comment --> // space
13+
<!--Comment--> // no-space
14+
```
515
616
## 1.0.10
717
`attr-req-value` can now accept regex for ignore

0 commit comments

Comments
 (0)