mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
Format
This commit is contained in:
parent
941e27d8c1
commit
ab952e3340
2 changed files with 6 additions and 3 deletions
|
@ -19,4 +19,7 @@ run([
|
||||||
])
|
])
|
||||||
|
|
||||||
run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"])
|
run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"])
|
||||||
run(["node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "--exclude", "**/gen/**/*.ts"])
|
run([
|
||||||
|
"node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "--exclude",
|
||||||
|
"**/gen/**/*.ts"
|
||||||
|
])
|
||||||
|
|
Loading…
Reference in a new issue