mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
40ea94c33b
Switch from the deploy.sh shell script to a more configurable Makefile.
46 lines
643 B
Text
46 lines
643 B
Text
{
|
|
"extends": [
|
|
"web-recommended"
|
|
],
|
|
"connector": {
|
|
"name": "puppeteer",
|
|
"options": {
|
|
"headless": true,
|
|
"browser": "Chromium"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
">0%",
|
|
"last 8 versions",
|
|
"not dead",
|
|
"dead"
|
|
],
|
|
"hints": {
|
|
"axe/other": "error",
|
|
"https-only": "error",
|
|
"doctype": "error",
|
|
"no-broken-links": "error",
|
|
"performance-budget": "error",
|
|
"compat-api/css": "error",
|
|
"compat-api/html": [
|
|
"error",
|
|
{
|
|
"ignore": [
|
|
"time",
|
|
"picture"
|
|
]
|
|
}
|
|
],
|
|
"http-compression": [
|
|
"warning",
|
|
{
|
|
"html": {
|
|
"brotli": false
|
|
},
|
|
"resource": {
|
|
"brotli": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|