.htmllintrc 292 B

123456789101112131415161718
  1. {
  2. "indent-style": "tabs",
  3. "attr-quote-style": "double",
  4. "spec-char-escape": false,
  5. "attr-bans": [
  6. "align",
  7. "background",
  8. "bgcolor",
  9. "border",
  10. "frameborder",
  11. "longdesc",
  12. "marginwidth",
  13. "marginheight",
  14. "scrolling"
  15. ],
  16. "tag-bans": [ "b", "i" ],
  17. "id-class-style": false
  18. }