fix(web): Run Biome checks and apply fixes

This commit is contained in:
Bjorn Lammers
2025-04-24 16:07:29 +02:00
parent 34fef44222
commit 40482771fa
8 changed files with 123 additions and 82 deletions

View File

@@ -22,6 +22,9 @@
"recommended": true,
"suspicious": {
"noArrayIndexKey": "off"
},
"security": {
"noDangerouslySetInnerHtml": "off"
}
}
},