2020-12-12 01:21:34 +00:00
|
|
|
{
|
|
|
|
"connector": {
|
|
|
|
"name": "puppeteer",
|
|
|
|
"options": {
|
2020-12-24 01:02:43 +00:00
|
|
|
"browser": "Chromium",
|
|
|
|
"headless": true
|
2020-12-12 01:21:34 +00:00
|
|
|
}
|
|
|
|
},
|
2020-12-24 01:02:43 +00:00
|
|
|
"extends": [
|
|
|
|
"web-recommended"
|
|
|
|
],
|
|
|
|
"formatters": [
|
|
|
|
"codeframe"
|
|
|
|
],
|
2020-12-12 01:21:34 +00:00
|
|
|
"hints": {
|
2020-12-24 01:02:43 +00:00
|
|
|
"apple-touch-icons": "off",
|
2021-01-10 04:48:42 +00:00
|
|
|
"axe/aria": "off",
|
2020-12-29 21:12:57 +00:00
|
|
|
"compat-api/css": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"ignore": [
|
|
|
|
"filter"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2020-12-12 01:21:34 +00:00
|
|
|
"compat-api/html": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"ignore": [
|
|
|
|
"time",
|
2020-12-22 00:46:27 +00:00
|
|
|
"picture",
|
2021-08-01 06:59:43 +00:00
|
|
|
"meta[name=color-scheme]",
|
|
|
|
"img[decoding]"
|
2020-12-12 01:21:34 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2020-12-24 01:02:43 +00:00
|
|
|
"doctype": "error",
|
2021-01-11 06:12:23 +00:00
|
|
|
"highest-available-document-mode": "off",
|
2021-08-01 06:59:43 +00:00
|
|
|
"http-cache": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"maxAgeTarget": 300
|
|
|
|
}
|
|
|
|
],
|
2021-06-30 06:54:55 +00:00
|
|
|
"http-compression": "off",
|
2020-12-24 01:02:43 +00:00
|
|
|
"https-only": "error",
|
|
|
|
"manifest-file-extension": "error",
|
|
|
|
"manifest-is-valid": "error",
|
2021-08-01 06:59:43 +00:00
|
|
|
"performance-budget": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"connectionType": "3GSlow",
|
|
|
|
"loadTime": 5
|
|
|
|
}
|
|
|
|
],
|
2020-12-24 01:02:43 +00:00
|
|
|
"ssllabs": "off"
|
2020-12-12 01:21:34 +00:00
|
|
|
}
|
|
|
|
}
|