Add tslint as devDependency for all samples

This commit is contained in:
Pine Wu
2018-11-08 10:39:34 -08:00
parent 1eb0370270
commit e361ab05b5
48 changed files with 8970 additions and 3670 deletions

View File

@ -37,10 +37,11 @@
}
},
"devDependencies": {
"typescript": "^2.0.3",
"vscode": "^1.0.0",
"mocha": "^2.3.3",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.40",
"@types/mocha": "^2.2.32"
"mocha": "^2.3.3",
"tslint": "^5.11.0",
"typescript": "^2.0.3",
"vscode": "^1.0.0"
}
}