ws4kp/.vscode/tasks.json

14 lines
204 B
JSON
Raw Normal View History

2023-01-06 20:39:39 +00:00
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "lint",
"problemMatcher": [
"$eslint-stylish"
],
"label": "npm: lint",
"detail": "eslint ./server/scripts/**"
}
]
}