schmelczer-dev/.vscode/tasks.json
Andras Schmelczer e9b6035c58
Some checks failed
Deploy to Pages / build (pull_request) Failing after 1m5s
AI fixes
2026-05-24 10:34:24 +01:00

16 lines
278 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Lint",
"type": "shell",
"command": "npm run lint",
"group": "test",
"presentation": {
"reveal": "always",
"showReuseMessage": false,
"panel": "shared"
}
}
]
}