chore: add new audit-dom script and make dom audit

This commit is contained in:
2026-08-29 06:39:56 +05:00
parent b19ddbe45d
commit 9ff732f2cf
4 changed files with 901 additions and 1 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"test": "vitest run",
"format": "prettier --write .",
"lint": "eslint .",
"refs-audit": "node scripts/audit.mjs"
"refs-audit": "node scripts/audit.mjs",
"refs-dom-audit": "node scripts/audit-dom.mjs"
},
"devDependencies": {
"@eslint/js": "^10.0.1",