Disable attr-name-style.

Pretty useless, we need to switch to the official HTML validator ASAP.
This commit is contained in:
XhmikosR 2017-08-11 12:52:44 +03:00
parent 61e8aa2a55
commit 7a9ab5bfe1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"],
"attr-name-style": "dash",
"attr-name-style": false,
"attr-no-unsafe-char": false,
"class-style": "dash",
"doctype-first": true,