From ba6c6174320bfd0d2566f3aaa619570e6ac07c01 Mon Sep 17 00:00:00 2001 From: cedric05 Date: Sat, 6 Oct 2018 06:11:57 +0530 Subject: tslint warning supress using tsconfig --- tools/lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/lint.py b/tools/lint.py index 95ce2eb33..4471dafae 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -21,5 +21,5 @@ run([ run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"]) run([ "node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "--exclude", - "**/gen/**/*.ts" + "**/gen/**/*.ts", "--project", "tsconfig.json" ]) -- cgit v1.2.3