mirror of
https://github.com/denoland/deno.git
synced 2025-02-23 05:33:33 -05:00
23 lines
392 B
JSON
23 lines
392 B
JSON
![]() |
{
|
||
|
"tests": {
|
||
|
"lint": {
|
||
|
"args": "lint",
|
||
|
"output": "lint.out",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
"fix": {
|
||
|
"tempDir": true,
|
||
|
"steps": [{
|
||
|
"args": "lint --fix",
|
||
|
"output": "fix.out"
|
||
|
}, {
|
||
|
"args": [
|
||
|
"eval",
|
||
|
"console.log(Deno.readTextFileSync('main.ts').trim())"
|
||
|
],
|
||
|
"output": "fixed.out"
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
}
|