schmelczer-dev/.vscode/tasks.json

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"
}
}
]
}