Skip to content

Commit f5a303b

Browse files
author
Piotr Puszkiewicz
authored
Merge pull request #1874 from TheRealPiotrP/dev/piotrp/devDependencies
Update devDependencies to latest
2 parents 43c9aa1 + a7ef548 commit f5a303b

File tree

10 files changed

+5300
-37
lines changed

10 files changed

+5300
-37
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"csharp.suppressDotnetRestoreNotification": true,
1616

1717
"tslint.rulesDirectory": "node_modules/tslint-microsoft-contrib",
18-
"typescript.tsdk": "./node_modules/typescript/lib"
18+
"typescript.tsdk": "./node_modules/typescript/lib",
19+
"mocha.enabled": true
1920
}

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ const lintReporter = (output, file, options) => {
169169
gulp.task('tslint', () => {
170170
gulp.src(allTypeScript)
171171
.pipe(tslint({
172+
program: require('tslint').Linter.createProgram("./tsconfig.json"),
172173
rulesDirectory: "node_modules/tslint-microsoft-contrib"
173174
}))
174175
.pipe(tslint.report(lintReporter, {

0 commit comments

Comments
 (0)