diff options
author | Parsa Ghadimi <me@qti3e.com> | 2018-07-01 23:53:21 +0430 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-01 21:41:53 +0200 |
commit | 235e5490357e977fe6c40a203d9ecadd744f881c (patch) | |
tree | 422ba7d9d5b3d05dfe3011c2315b3c5a31645f33 /tools | |
parent | ea35281d637cf326c4d808111a59d986c92e6a4b (diff) |
Add tslint
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.sh b/tools/lint.sh index 5822a1cb6..54bc43f94 100755 --- a/tools/lint.sh +++ b/tools/lint.sh @@ -1,6 +1,5 @@ #!/bin/sh # TODO(ry) Rewrite this script in python for portability to Windows. -# TODO(ry) Call tslint here too. set -e cd `dirname "$0"`/.. ./third_party/cpplint/cpplint.py \ @@ -9,3 +8,4 @@ cd `dirname "$0"`/.. src/*.cc \ src/*.h \ src/include/*.h +node ./js/node_modules/.bin/tslint -p . |