]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/.htmllintrc
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / .htmllintrc
CommitLineData
9f95a23c
TL
1{
2 "plugins": [], // npm modules to load
3
4 "maxerr": false,
5 "raw-ignore-regex": false,
6 "attr-bans": [
7 "align",
8 "background",
9 "bgcolor",
10 "border",
11 "longdesc",
12 "marginwidth",
13 "marginheight",
14 "style",
15 "width"
16 ],
17 "indent-delta": false,
18 "indent-style": "spaces",
19 "indent-width": 2,
20 "indent-width-cont": true,
21 "spec-char-escape": false,
22 "text-ignore-regex": false,
23 "tag-bans": [
24 "style"
25 ],
26 "tag-close": true,
27 "tag-name-lowercase": true,
28 "tag-name-match": true,
29 "tag-self-close": false,
30 "doctype-first": false,
31 "doctype-html5": false,
32 "attr-name-style": false,
33 "attr-name-ignore-regex": false,
34 "attr-no-dup": true,
35 "attr-no-unsafe-char": true,
36 "attr-order": false,
37 "attr-quote-style": "double",
38 "attr-req-value": false,
39 "attr-new-line": 1,
40 "attr-validate": true,
41 "id-no-dup": false,
42 "id-class-no-ad": true,
43 "id-class-style": false,
44 "class-no-dup": true,
45 "class-style": "none",
46 "id-class-ignore-regex": "{{.*?}}",
47 "img-req-alt": false,
48 "img-req-src": true,
49 "html-valid-content-model": true,
50 "head-valid-content-model": true,
51 "href-style": false,
52 "link-req-noopener": false,
53 "label-req-for": false,
54 "line-end-style": "lf",
55 "line-no-trailing-whitespace": true,
56 "line-max-len": false,
57 "line-max-len-ignore-regex": false,
58 "head-req-title": true,
59 "title-no-dup": true,
60 "title-max-len": 60,
61 "html-req-lang": false,
62 "lang-style": "case",
63 "fig-req-figcaption": false,
64 "focusable-tabindex-style": false,
65 "input-radio-req-name": false,
66 "input-req-label": false,
67 "table-req-caption": false,
68 "table-req-header": false,
69 "tag-req-attr": false
70}