Skip to content

Commit 93598c4

Browse files
Update CHANGELOG.md
1 parent d4046b0 commit 93598c4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

3+
## 1.0.18
4+
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.
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+
317
## 1.0.17
418
- Excludes the `<input type="submit">` check from the [input-req-label](rules/input-req-label/README.md) rule.
519
- Adds `ignore` option for [tag-req-attr](rules/tag-req-attr/README.md)

0 commit comments

Comments
 (0)