This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
footnotes/.htmlhintrc

23 lines
601 B
JSON

{
"style-disabled": true,
"head-script-disabled": true,
"attr-lowercase": true,
"attr-no-duplication": true,
"attr-no-unnecessary-whitespace": true,
"attr-unsafe-chars": true,
"attr-value-double-quotes": true,
"attr-value-not-empty": false,
"alt-require": true,
"input-requires-label": true,
"href-abs-or-rel": "rel",
"tagname-lowercase": true,
"empty-tag-not-self-closed": true,
"src-not-empty": true,
"id-class-ad-disabled": true,
"id_class_value": "underline",
"id-unique": true,
"inline-script-disabled": true,
"inline-style-disabled": true,
"space-tab-mixed-disabled": true
}