pridany cisty VUE projekt

This commit is contained in:
2026-08-01 06:19:46 +02:00
parent 8eaab76514
commit 1b71803407
21 changed files with 5420 additions and 0 deletions

10
frontend/.oxlintrc.json Normal file
View File

@ -0,0 +1,10 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["eslint", "typescript", "unicorn", "oxc", "vue"],
"env": {
"browser": true
},
"categories": {
"correctness": "error"
}
}