chore: harden webapp auth and update deps

This commit is contained in:
3252a8
2026-05-13 15:05:30 +03:00
parent 2b7d1f0be8
commit 2169fd8b50
24 changed files with 576 additions and 754 deletions
+6
View File
@@ -24,6 +24,12 @@ export default [
"no-empty": "warn",
},
},
{
files: ["bot/app/web/frontend/**/*.svelte"],
rules: {
"no-useless-assignment": "off",
},
},
{
files: ["bot/app/web/frontend/**/*.{js,svelte}"],
languageOptions: {