mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Update tooling
This commit is contained in:
parent
73f19ee10f
commit
fef8571e40
6 changed files with 15 additions and 17 deletions
|
@ -9,5 +9,4 @@
|
|||
last 5 versions
|
||||
Firefox ESR
|
||||
not dead
|
||||
dead
|
||||
IE 9-11
|
||||
|
|
3
.hintrc
3
.hintrc
|
@ -15,7 +15,6 @@
|
|||
"hints": {
|
||||
"apple-touch-icons": "off",
|
||||
"axe/aria": "off",
|
||||
"axe/other": "error",
|
||||
"compat-api/css": [
|
||||
"error",
|
||||
{
|
||||
|
@ -36,7 +35,7 @@
|
|||
],
|
||||
"doctype": "error",
|
||||
"highest-available-document-mode": "off",
|
||||
"http-compression": "error",
|
||||
"http-compression": "off",
|
||||
"https-only": "error",
|
||||
"manifest-file-extension": "error",
|
||||
"manifest-is-valid": "error",
|
||||
|
|
|
@ -5,7 +5,7 @@ PAGE_PATH = /
|
|||
SCHEME=https://
|
||||
URL = $(SCHEME)$(DOMAIN)$(PAGE_PATH)
|
||||
# latest bleeding-edge chromium snapshot
|
||||
CHROME_PATH = /home/rkumar/Executables/ghq/github.com/chromium-unofficial-latest-linux/chromium-latest-linux/latest/chrome
|
||||
CHROME_PATH = /home/rkumar/Executables/ghq/github.com/chromium-unofficial-latest-linux/chromium-latest-linux/latest/chrome-linux/chrome
|
||||
CHROME_PROFILE = /tmp/chrome-lighthouse
|
||||
CHROME_FLAGS += --headless --disable-extensions --no-sandbox --no-first-run --user-data-dir=$(CHROME_PROFILE)
|
||||
CPU_SLOWDOWN=2.4
|
||||
|
|
|
@ -27,19 +27,19 @@
|
|||
"resourceSizes": [
|
||||
{
|
||||
"resourceType": "total",
|
||||
"budget": 100
|
||||
"budget": 60
|
||||
},
|
||||
{
|
||||
"resourceType": "document",
|
||||
"budget": 30
|
||||
"budget": 40
|
||||
},
|
||||
{
|
||||
"resourceType": "image",
|
||||
"budget": 70
|
||||
"budget": 35
|
||||
},
|
||||
{
|
||||
"resourceType": "stylesheet",
|
||||
"budget": 5
|
||||
"budget": 1
|
||||
}
|
||||
],
|
||||
"resourceCounts": [
|
||||
|
|
|
@ -4,6 +4,5 @@ exclude = [
|
|||
"^gemini://.*",
|
||||
"mailto:.*",
|
||||
"git@git.*",
|
||||
"*.onion",
|
||||
"*.onion/*",
|
||||
".*.onion.*",
|
||||
]
|
||||
|
|
15
package.json
15
package.json
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@hint/configuration-web-recommended": "^8.1.0",
|
||||
"@hint/formatter-codeframe": "^3.1.19",
|
||||
"@hint/hint-doctype": "^3.3.7",
|
||||
"@hint/hint-https-only": "^2.4.7",
|
||||
"@hint/hint-performance-budget": "^2.4.7",
|
||||
"@lhci/cli": "^0.6.1",
|
||||
"hint": "^6.1.1"
|
||||
"@hint/configuration-web-recommended": "^8.2.1",
|
||||
"@hint/formatter-codeframe": "^3.1.21",
|
||||
"@hint/hint-axe": "^4.4.3",
|
||||
"@hint/hint-doctype": "^3.3.9",
|
||||
"@hint/hint-https-only": "^2.4.9",
|
||||
"@hint/hint-performance-budget": "^2.4.9",
|
||||
"@lhci/cli": "^0.8.0",
|
||||
"hint": "^6.1.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue