-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hintrc
53 lines (53 loc) · 1.33 KB
/
.hintrc
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"connector": "local",
"extends": [
"accessibility",
"progressive-web-apps",
"web-recommended"
],
"formatters": [
"html",
"summary"
],
"parsers": [
"package-json",
"css",
"html",
"sass"
],
"browserslist": [
"> 0.5%",
"last 4 versions",
"Firefox ESR",
"not IE 11",
"not IE_Mob 11",
"not dead"
],
"hints": {
"axe": "error",
"disown-opener": "error",
"highest-available-document-mode": "error",
"meta-charset-utf-8": "error",
"meta-viewport": "error",
"apple-touch-icons": "error",
"manifest-app-name": "error",
"manifest-exists": "error",
"manifest-file-extension": "error",
"manifest-icons": "error",
"manifest-is-valid": "error",
"button-type": "error",
"compat-api/css": "error",
"compat-api/html": "error",
"create-element-svg": "error",
"css-prefix-order": "error",
"no-bom": "error",
"no-protocol-relative-urls": "error",
"scoped-svg-styles": "error",
"sri": "error",
"content-type": "error",
"html-checker": "error",
"http-cache": "error",
"http-compression": "error"
},
"hintsTimeout": 10000
}