Skip to content

Commit 7a9ab5b

Browse files
committed
Disable attr-name-style.
Pretty useless, we need to switch to the official HTML validator ASAP.
1 parent 61e8aa2 commit 7a9ab5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/.htmllintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"],
3-
"attr-name-style": "dash",
3+
"attr-name-style": false,
44
"attr-no-unsafe-char": false,
55
"class-style": "dash",
66
"doctype-first": true,

0 commit comments

Comments
 (0)