tomlutzenberger/adminBookmarklet

View on GitHub
.htmlhintrc

Summary

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