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",
|
2020-12-12 01:21:34 +00:00
|
|
|
"axe/other": "error",
|
|
|
|
"compat-api/css": "error",
|
|
|
|
"compat-api/html": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"ignore": [
|
|
|
|
"time",
|
2020-12-22 00:46:27 +00:00
|
|
|
"picture",
|
|
|
|
"meta[name=color-scheme]"
|
2020-12-12 01:21:34 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2020-12-24 01:02:43 +00:00
|
|
|
"doctype": "error",
|
2020-12-12 01:21:34 +00:00
|
|
|
"http-compression": [
|
|
|
|
"warning",
|
|
|
|
{
|
|
|
|
"html": {
|
|
|
|
"brotli": false
|
|
|
|
},
|
|
|
|
"resource": {
|
|
|
|
"brotli": false
|
|
|
|
}
|
|
|
|
}
|
2020-12-24 01:02:43 +00:00
|
|
|
],
|
|
|
|
"https-only": "error",
|
|
|
|
"manifest-file-extension": "error",
|
|
|
|
"manifest-is-valid": "error",
|
|
|
|
"performance-budget": "error",
|
|
|
|
"ssllabs": "off"
|
2020-12-12 01:21:34 +00:00
|
|
|
}
|
|
|
|
}
|