Skip to content

Commit 707b942

Browse files
Update CHANGELOG.md
1 parent b8236db commit 707b942

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.0.14
4+
Добавили новое правило [htmlacademy/req-stylesheet-link](rules/req-stylesheet-link/README.md), которое проверяет наличие тега link с атрибутом rel="stylesheet" внутри тега head.
5+
```json
6+
{
7+
"htmlacademy/req-stylesheet-link": true
8+
}
9+
```
10+
11+
```html
12+
<head>
13+
<link rel="stylesheet" href="styles/style.css">
14+
</head>
15+
```
16+
17+
```html
18+
319
## 1.0.13
420
- Excludes the `<input type="submit">` check from the [input-req-label](rules/input-req-label/README.md) rule.
521
- Adds `ignore` option for [tag-req-attr](rules/tag-req-attr/README.md)

0 commit comments

Comments
 (0)