From ab952e33405309b723f219c5c74243f0eeb7dba7 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 5 Oct 2018 10:20:10 -0400 Subject: Format --- tools/lint.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/lint.py') 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" +]) -- cgit v1.2.3