0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

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

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,