13 lines
208 B
JSON
13 lines
208 B
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"label": "biome: check workspace",
|
||
|
|
"type": "shell",
|
||
|
|
"command": "pnpm biome check .",
|
||
|
|
"group": "test",
|
||
|
|
"problemMatcher": []
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|