Lint addons

This commit is contained in:
Daniel Imms
2018-04-02 08:16:39 -07:00
parent d4b75e4909
commit 22c4197a1d
+1 -1
View File
@@ -78,7 +78,7 @@
"start": "node demo/app",
"prestart-zmodem": "npm run build",
"start-zmodem": "node build/addons/zmodem/demo/app",
"lint": "tslint src/*.ts src/**/*.ts",
"lint": "tslint src/*.ts src/**/*.ts src/addons/**/*.ts",
"test": "gulp test",
"build:docs": "jsdoc -c jsdoc.json",
"tsc": "tsc",