Files
SIPAIIS_WMS_JSSW/WebRoot/node_modules/chart.js/.htmllintrc

19 lines
292 B
Plaintext
Raw Normal View History

2026-01-16 14:13:44 +08:00
{
"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
}