mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2026-02-25 02:20:17 +00:00
23 lines
397 B
JSON
23 lines
397 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "dev",
|
|
"problemMatcher": [],
|
|
"label": "UI starten"
|
|
},
|
|
{
|
|
"type": "npm",
|
|
"script": "lint",
|
|
"problemMatcher": ["$eslint-compact"],
|
|
"label": "Linter"
|
|
},
|
|
{
|
|
"type": "npm",
|
|
"script": "format",
|
|
"problemMatcher": [],
|
|
"label": "Formatter"
|
|
}
|
|
]
|
|
}
|