mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
14 lines
No EOL
225 B
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"
|
|
}
|
|
]
|
|
} |