{
  "attr-bans": [
    "align",
    "background",
    "bgcolor",
    "border",
    "frameborder",
    "longdesc",
    "marginwidth",
    "marginheight",
    "scrolling",
    "style",
    "width"
  ],
  "attr-name-ignore-regex": false,
  "attr-name-style": "dash",
  "attr-no-dup": true,
  "attr-no-unsafe-char": true,
  "attr-quote-style": "double",
  "attr-req-value": true,
  "class-style": false,
  "class-no-dup": true,
  "doctype-first": true,
  "doctype-html5": true,
  "fig-req-figcaption": false,
  "focusable-tabindex-style": false,
  "head-req-title": true,
  "href-style": false,
  "html-req-lang": false,
  "id-class-ignore-regex": false,
  "id-class-no-ad": true,
  "id-class-style": "dash",
  "id-no-dup": true,
  "img-req-alt": true,
  "img-req-src": true,
  "indent-style": "spaces",
  "indent-width": 4,
  "indent-width-cont": false,
  "label-req-for": false,
  "line-end-style": "lf",
  "line-max-len": false,
  "line-max-len-ignore-regex": false,
  "spec-char-escape": true,
  "table-req-caption": false,
  "tag-bans": [
    "style",
    "b",
    "i"
  ],
  "tag-close": false,
  "tag-name-lowercase": true,
  "tag-name-match": true,
  "tag-self-close": "always",
  "title-max-len": 60,
  "title-no-dup": true
}
