You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
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
+
<linkrel="stylesheet"href="styles/style.css">
14
+
</head>
15
+
```
16
+
17
+
```html
18
+
3
19
## 1.0.13
4
20
- Excludes the `<inputtype="submit">` check from the [input-req-label](rules/input-req-label/README.md) rule.
5
21
- Adds `ignore` option for [tag-req-attr](rules/tag-req-attr/README.md)
0 commit comments