innovationDriveApp/node_modules/chart.js/.htmllintrc
2018-07-08 19:21:40 +10:00

18 lines
292 B
Text

{
"indent-style": "tabs",
"attr-quote-style": "double",
"spec-char-escape": false,
"attr-bans": [
"align",
"background",
"bgcolor",
"border",
"frameborder",
"longdesc",
"marginwidth",
"marginheight",
"scrolling"
],
"tag-bans": [ "b", "i" ],
"id-class-style": false
}