ws4kp/.vscode/tasks.json
2023-01-06 14:39:39 -06:00

14 lines
204 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "lint",
"problemMatcher": [
"$eslint-stylish"
],
"label": "npm: lint",
"detail": "eslint ./server/scripts/**"
}
]
}