fxa-content-server/.htmllintrc

14 строки
410 B
Plaintext

{
"attr-bans": ["src", "dynsrc", "lowsrc", "onclick", "onload", "ondblclick"],
"attr-no-dup": true,
"attr-no-unsafe-char": true,
"attr-quote-style": "quoted",
"doctype-first": false,
"id-class-style": false,
"indent-style": "spaces",
"indent-width": 0,
"tag-bans": ["img", "script", "input", "form", "textarea"],
"tag-name-lowercase": true,
"tag-name-match": true
}