We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ec8f3 commit 2d6b1baCopy full SHA for 2d6b1ba
CHANGELOG.md
@@ -1,5 +1,28 @@
1
# Changelog
2
3
+## 1.0.19
4
+Adds a `tag-forbid-attr` rule that disallows the use of specified attributes on the specified tag.
5
+
6
+```json
7
+{
8
+ "tag-forbid-attr": [
9
+ true,
10
+ {
11
+ "picture": [
12
13
+ "name": "class"
14
+ }
15
+ ],
16
+ "body": [
17
18
19
20
+ ]
21
22
23
+}
24
+```
25
26
## 1.0.18
27
Fixes `report` in the `req-source-width-height`
28
0 commit comments