1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/.hintrc

59 lines
871 B
Text
Raw Normal View History

{
"connector": {
"name": "puppeteer",
"options": {
"browser": "Chromium",
"headless": true
}
},
"extends": [
"web-recommended"
],
"formatters": [
"codeframe"
],
"hints": {
"apple-touch-icons": "off",
"axe/aria": "off",
"compat-api/css": [
"error",
{
"ignore": [
"filter"
]
}
],
"compat-api/html": [
"error",
{
"ignore": [
"time",
"picture",
2021-08-01 06:59:43 +00:00
"meta[name=color-scheme]",
"img[decoding]"
]
}
],
"doctype": "error",
"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",
"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
}
],
"ssllabs": "off"
}
}