Skip to content

Commit 2dc6cd2

Browse files
Update CHANGELOG.md
1 parent 7af0101 commit 2dc6cd2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# История изменений
22

3+
## 1.0.19
4+
Added a new rule [htmlacademy/req-mailto](https://github.com/htmlacademy/linthtml-rules-htmlacademy/blob/main/rules/req-mailto/README.md), which requires `mailto:` for email-text links.
5+
```json
6+
{
7+
"htmlacademy/req-mailto": true
8+
}
9+
```
10+
11+
```html
12+
13+
```
14+
15+
316
## 1.0.18
417
Added a new rule [htmlacademy/req-stylesheet-link](https://github.com/htmlacademy/linthtml-rules-htmlacademy/blob/main/rules/req-stylesheet-link/README.md) that checks for a link tag with the `rel="stylesheet"` attribute inside the head tag.
518
```json

0 commit comments

Comments
 (0)