forked from webhintio/webhintio.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hintrc
40 lines (40 loc) · 863 Bytes
/
.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
{
"extends": [
"web-recommended"
],
"formatters": [
"stylish"
],
"hints": {
"axe/aria": "warning",
"html-checker": "off",
"ssllabs": "off",
"compat-api/css": "warning"
},
"ignoredUrls": [
{
"domain": "^https?://.*\\.google-analytics\\.com/.*",
"hints": [
"*"
]
},
{
"domain": "^https?://cdn\\.jsdelivr\\.net/.*",
"hints": [
"*"
]
},
{
"domain": "^https?://fonts\\.googleapis\\.com/.*",
"hints": [
"*"
]
},
{
"domain": "^https?://sonarwhal-staging\\.azurewebsites\\.net/static/images/.*",
"hints": [
"*"
]
}
]
}