AI fixes
Some checks failed
Deploy to Pages / build (pull_request) Failing after 1m5s

This commit is contained in:
Andras Schmelczer 2026-05-24 10:34:24 +01:00
parent eceb31a9ad
commit e9b6035c58
48 changed files with 354 additions and 340 deletions

View file

@ -37,6 +37,6 @@
"files.exclude": {
"node_modules": true
},
"editor.rulers": [120],
"editor.rulers": [90],
"editor.wordWrap": "on"
}

2
.vscode/tasks.json vendored
View file

@ -2,7 +2,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "Format and lint",
"label": "Lint",
"type": "shell",
"command": "npm run lint",
"group": "test",