Skip to content

Commit 7a4d4b4

Browse files
Update deps
1 parent 7df836b commit 7a4d4b4

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

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

3+
## 1.0.23
4+
Update dependencies. Adds a `tag-forbid-attr` rule that disallows the use of specified attributes on the specified tag.
5+
36
## 1.0.22
47
Added a new rule [htmlacademy/req-source-width-height](https://github.com/htmlacademy/linthtml-rules-htmlacademy/blob/main/rules/req-source-width-height/README.md) that requires the `width` and `height` attributes of `<source>`, inside `<picture>`.
58

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ module.exports = {
9090
],
9191
'htmlacademy/tag-self-close': true,
9292
'htmlacademy/req-source-width-height': true,
93+
'htmlacademy/tag-forbid-attr': false,
9394

9495
'attr-bans': false,
9596
'attr-name-style': [true, 'dash'],

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"homepage": "https://github.com/htmlacademy/linthtml-config-htmlacademy#readme",
2020
"dependencies": {
2121
"@linthtml/linthtml": "0.9.6",
22-
"linthtml-rules-htmlacademy": "1.0.18"
22+
"linthtml-rules-htmlacademy": "1.0.19"
2323
}
2424
}

0 commit comments

Comments
 (0)