|
| 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 | + "frameborder", |
| 12 | + "longdesc", |
| 13 | + "marginwidth", |
| 14 | + "marginheight", |
| 15 | + "scrolling", |
| 16 | + "style", |
| 17 | + "width" |
| 18 | + ], |
| 19 | + "indent-delta": false, |
| 20 | + "indent-style": "nonmixed", |
| 21 | + "indent-width": 2, |
| 22 | + "indent-width-cont": false, |
| 23 | + "spec-char-escape": true, |
| 24 | + "text-ignore-regex": false, |
| 25 | + "tag-bans": [ |
| 26 | + // "style", |
| 27 | + "b", |
| 28 | + "i" |
| 29 | + ], |
| 30 | + "tag-close": true, |
| 31 | + "tag-name-lowercase": true, |
| 32 | + "tag-name-match": true, |
| 33 | + "tag-self-close": false, |
| 34 | + "doctype-first": false, |
| 35 | + "doctype-html5": false, |
| 36 | + "attr-name-style": "dash", |
| 37 | + "attr-name-ignore-regex": false, |
| 38 | + "attr-no-dup": true, |
| 39 | + "attr-no-unsafe-char": true, |
| 40 | + "attr-order": false, |
| 41 | + "attr-quote-style": "double", |
| 42 | + "attr-req-value": true, |
| 43 | + "attr-new-line": false, |
| 44 | + "attr-validate": true, |
| 45 | + "id-no-dup": true, |
| 46 | + "id-class-no-ad": true, |
| 47 | + "id-class-style": "underscore", |
| 48 | + "class-no-dup": true, |
| 49 | + "class-style": false, |
| 50 | + "id-class-ignore-regex": false, |
| 51 | + "img-req-alt": true, |
| 52 | + "img-req-src": true, |
| 53 | + "html-valid-content-model": true, |
| 54 | + "head-valid-content-model": true, |
| 55 | + "href-style": false, |
| 56 | + "link-req-noopener": true, |
| 57 | + "label-req-for": true, |
| 58 | + "line-end-style": "lf", |
| 59 | + "line-no-trailing-whitespace": true, |
| 60 | + "line-max-len": false, |
| 61 | + "line-max-len-ignore-regex": false, |
| 62 | + "head-req-title": false, |
| 63 | + "title-no-dup": true, |
| 64 | + "title-max-len": 60, |
| 65 | + "html-req-lang": false, |
| 66 | + "lang-style": "case", |
| 67 | + "fig-req-figcaption": false, |
| 68 | + "focusable-tabindex-style": false, |
| 69 | + "input-radio-req-name": true, |
| 70 | + "input-req-label": false, |
| 71 | + "table-req-caption": false, |
| 72 | + "table-req-header": false, |
| 73 | + "tag-req-attr": false |
| 74 | +} |
0 commit comments