chore: ⬆️ Upgrade dependencies
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 0s
Deploy to GitHub Pages / build (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 4s
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-08-21 21:42:43 +02:00
parent 3ef7b774d5
commit a6db9e059d
5 changed files with 1966 additions and 1397 deletions

View file

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"linter": {
"enabled": true,
@ -8,7 +8,8 @@
"noConsole": "off",
"noExplicitAny": "off",
"noDuplicateElseIf": "error",
"noDocumentCookie": "off"
"noDocumentCookie": "off",
"noUnknownAtRules": "off"
},
"performance": {
"noBarrelFile": "off",