Fixed lint

Change-Id: Icd6ef28d01feaede359e6e70f1d632037dcbabca
diff --git a/package.json b/package.json
index 19b1e22..929c6d4 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,8 @@
     "serve:dist": "gulp serve:dist",
     "test": "gulp test",
     "test:auto": "gulp test:auto",
-    "config": "gulp config"
+    "config": "gulp config",
+    "lint": "tslint ./src/**/*.ts"
   },
   "eslintConfig": {
     "root": true,