0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-06 02:52:05 -05:00
deno/tests/specs/lint/lint_plugin/__test__.jsonc

18 lines
283 B
JSON
Raw Normal View History

2025-01-02 16:28:13 +01:00
{
"steps": [
{
"args": "lint a.ts",
"output": "lint.out",
"exitCode": 1
},
{
"args": "lint -c deno_exclude.json a.ts",
"output": "lint_exclude.out"
},
2025-01-02 16:28:13 +01:00
{
"args": "lint --fix a.ts",
"output": "lint_fixed.out"
}
]
}