mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
Disable attr-name-style.
Pretty useless, we need to switch to the official HTML validator ASAP.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"],
|
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"],
|
||||||
"attr-name-style": "dash",
|
"attr-name-style": false,
|
||||||
"attr-no-unsafe-char": false,
|
"attr-no-unsafe-char": false,
|
||||||
"class-style": "dash",
|
"class-style": "dash",
|
||||||
"doctype-first": true,
|
"doctype-first": true,
|
||||||
|
Reference in New Issue
Block a user