Skip to content

Commit 082bd97

Browse files
committed
Обновляет правила по обновление кодгайда htmlacademy/codeguide#75
1 parent ed4dccf commit 082bd97

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.htmlhintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"attr-value-double-quotes": true,
1313
"attr-value-not-empty": false,
1414
"alt-require": true,
15-
"input-requires-label": false,
15+
"input-requires-label": true,
1616

1717
"tags-check": false,
1818
"tag-pair": true,
1919
"tag-self-close": false,
2020
"tagname-lowercase": true,
21-
"empty-tag-not-self-closed": false,
21+
"empty-tag-not-self-closed": true,
2222
"src-not-empty": true,
2323
"href-abs-or-rel": false,
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlhint-config-htmlacademy",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "HTML Academy HTMLHint config",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)