mirror of
https://github.com/denoland/deno.git
synced 2025-02-22 21:23:32 -05:00
18 lines
283 B
JSON
18 lines
283 B
JSON
![]() |
{
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "lint a.ts",
|
||
|
"output": "lint.out",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
{
|
||
|
"args": "lint -c deno_exclude.json a.ts",
|
||
|
"output": "lint_exclude.out"
|
||
|
},
|
||
|
{
|
||
|
"args": "lint --fix a.ts",
|
||
|
"output": "lint_fixed.out"
|
||
|
}
|
||
|
]
|
||
|
}
|