Merge branch 'main' into chore/typescript-7

This commit is contained in:
Emrik Östling
2026-08-19 22:35:25 +02:00
committed by GitHub
+2 -1
View File
@@ -13,7 +13,8 @@
"lint:tsc": "tsc --noEmit",
"lint:knip": "knip",
"lint:eslint": "eslint .",
"lint:prettier": "prettier --check ."
"lint:prettier": "prettier --check .",
"lint:xss": "xss-scan"
},
"dependencies": {
"@elysiajs/html": "^1.4.2",