add dtslint to the main lint target

This commit is contained in:
Konstantin Pogorelov
2019-05-01 14:53:38 +02:00
parent 71c0e52020
commit 90f2d90e46

View File

@@ -4,6 +4,7 @@ test:
./node_modules/jasme/run.js
lint:
node_modules/eslint/bin/eslint.js src
node_modules/.bin/dtslint types
coverage:
node_modules/istanbul/lib/cli.js cover \
-i 'src/*' \