forked from material-components/material-components-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.htmllintrc
37 lines (37 loc) · 1.09 KB
/
.htmllintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"attr-bans": [],
"attr-name-ignore-regex": "^(viewBox)$",
"attr-name-style": "dash",
"attr-no-dup": true,
"attr-req-value": false,
"attr-validate": false,
"class-no-dup": true,
"class-style": "bem",
"doctype-first": true,
"doctype-html5": true,
"fig-req-figcaption": true,
"head-req-title": true,
"head-valid-content-model": true,
"href-style": "relative",
"html-req-lang": true,
"html-valid-content-model": true,
"id-class-style": "bem",
"id-no-dup": true,
"img-req-alt": true,
"img-req-src": true,
"indent-delta": false,
"indent-style": "spaces",
"indent-width": 2,
"indent-width-cont": true,
"input-radio-req-name": true,
"input-req-label": true,
"line-max-len": 200,
"line-max-len-ignore-regex": "<script|<link|<path|^\\s*<!--\\s*https?://|^\\s*https?://|^\\s*href=\"[^\"]+\"",
"line-no-trailing-whitespace": false,
"raw-ignore-regex": "<!--\\s*htmllint-disable\\s*-->[^]*?<!--\\s*htmllint-enable\\s*-->|<svg[^>]*>[^]*?</svg>",
"tag-bans": [],
"tag-name-lowercase": true,
"tag-name-match": true,
"title-max-len": false,
"title-no-dup": true
}