open-learning-exchange/planet

View on GitHub
.htmlhintrc

Summary

Maintainability
Test Coverage
{
  "alt-require": true,
  "attr-lowercase": false,
  "attr-no-duplication": true,
  "attr-unsafe-chars": true,
  "attr-value-double-quotes": false,
  "attr-value-not-empty": false,
  "doctype-first": false,
  "doctype-html5": true,
  "head-script-disabled": true,
  "href-abs-or-rel": false,
  "id-class-ad-disabled": true,
  "id-class-value": "dash",
  "id-unique": true,
  "inline-script-disabled": true,
  "inline-style-disabled": true,
  "space-tab-mixed-disabled": "space2",
  "spec-char-escape": false,
  "src-not-empty": true,
  "style-disabled": true,
  "tag-pair": false,
  "tag-self-close": false,
  "tagname-lowercase": true
}