fleet/.vscode/tasks.json

14 lines
No EOL
225 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "lint",
"problemMatcher": [
"$eslint-stylish"
],
"label": "npm: lint",
"detail": "eslint frontend cypress --ext .js,.jsx,.ts,.tsx"
}
]
}