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

40 lines
537 B
Text
Raw Normal View History

{
"extends": [
"web-recommended"
],
"connector": {
"name": "puppeteer",
"options": {
"headless": true,
"browser": "Chromium"
}
},
"hints": {
"axe/other": "error",
"https-only": "error",
"doctype": "error",
"performance-budget": "error",
"compat-api/css": "error",
"compat-api/html": [
"error",
{
"ignore": [
"time",
"picture"
]
}
],
"http-compression": [
"warning",
{
"html": {
"brotli": false
},
"resource": {
"brotli": false
}
}
]
}
}