Some checks failed
Deploy to Pages / build (pull_request) Failing after 1m5s
16 lines
278 B
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"
|
|
}
|
|
}
|
|
]
|
|
}
|