view .htmlhintrc @ 274:bdbc30b9f43c default tip master

Alternative authService migration approach Allows one service instance to be shared between Angular and AngularJS. Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025509.html
author Andrew Azores <aazores@redhat.com>
date Thu, 26 Oct 2017 10:47:34 -0400
parents 970066338150
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
}