view .htmlhintrc @ 259:970066338150

Migrate About component to Angular/TS Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025465.html
author Andrew Azores <aazores@redhat.com>
date Mon, 23 Oct 2017 09:55:08 -0400
parents 8d0e7f4dc026
children
line wrap: on
line source

{
  "attr-lowercase": false,
  "attr-value-double-quotes": false,
  "attr-value-not-empty": false,
  "doctype-html5": true,
  "head-script-disabled": false,
  "id-unique": true,
  "img-alt-require": true,
  "style-disabled": true,
  "tag-self-close": true,
  "tagname-lowercase": true
}