blurts-server/.htmllintrc

13 строки
388 B
Plaintext
Исходник Обычный вид История

2018-02-27 09:20:43 +03:00
{
// names of npm modules to load into htmllint
"plugins": [],
2018-03-03 02:55:34 +03:00
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "onclick", "scrolling", "style", "width"],
2018-02-27 09:20:43 +03:00
"attr-name-style": "dash",
"attr-req-value": false,
"class-style": "dash",
"id-class-style": "dash",
"indent-style": "spaces",
"indent-width": 2
}