summaryrefslogtreecommitdiff
path: root/tools/lint.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-05 10:20:10 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-05 14:27:47 -0400
commitab952e33405309b723f219c5c74243f0eeb7dba7 (patch)
tree27d515235c949535514cab10906ed03c5b25a50e /tools/lint.py
parent941e27d8c1c2748e62972510f8059838fdc84dad (diff)
Format
Diffstat (limited to 'tools/lint.py')
-rwxr-xr-xtools/lint.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/lint.py b/tools/lint.py
index 2f38da2e8..95ce2eb33 100755
--- a/tools/lint.py
+++ b/tools/lint.py
@@ -19,4 +19,7 @@ run([
])
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"
+])