Commit 66f51401 authored by Hellmich, Christoph's avatar Hellmich, Christoph
Browse files

Add htmlhint file

parent baa83a8d
Loading
Loading
Loading
Loading

.htmlhintrc

0 → 100644
+24 −0
Original line number Diff line number Diff line
{
  "attr-lowercase": true,
  "attr-value-double-quotes": true,
  "tag-pair": true,
  "spec-char-escape": true,
  "id-unique": true,
  "src-not-empty": true,
  "attr-no-duplication": true,
  "title-require": true,
  "tagname-lowercase": true,
  "attr-value-not-empty": true,
  "alt-require": true,
  "style-disabled": true,
  "inline-style-disabled": true,
  "space-tab-mixed-disabled": "space",
  "attr-unsafe-chars": true,
  "id-class-ad-disabled": true,
  "inline-script-disabled": true,
  "head-script-disabled": true,
  "csslint": {
    "display-property-grouping": true,
    "known-properties": true
  }
}