mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
19 lines
367 B
Text
19 lines
367 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"tests": {
|
||
|
"stdin": {
|
||
|
"args": "lint -",
|
||
|
"input": "const _x: string = \"foo\";",
|
||
|
"output": "Checked 1 file\n"
|
||
|
},
|
||
|
"ext_flag": {
|
||
|
"args": "lint --ext=ts as_ts.js",
|
||
|
"output": "Checked 1 file\n"
|
||
|
},
|
||
|
"extensionless": {
|
||
|
"args": "lint extensionless",
|
||
|
"output": "Checked 1 file\n"
|
||
|
}
|
||
|
}
|
||
|
}
|