Skip to content

Commit 710a5be

Browse files
committed
Merge pull request #6141 from Microsoft/linting_services
Apply tslint to services.ts file
2 parents 8d46ffd + 2ec97a2 commit 710a5be

File tree

2 files changed

+538
-538
lines changed

2 files changed

+538
-538
lines changed

Jakefile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,8 @@ function lintFileAsync(options, path, cb) {
924924
var lintTargets = compilerSources
925925
.concat(harnessCoreSources)
926926
.concat(serverCoreSources)
927-
.concat(scriptSources);
927+
.concat(scriptSources)
928+
.concat([path.join(servicesDirectory, "services.ts")]);
928929

929930
desc("Runs tslint on the compiler sources");
930931
task("lint", ["build-rules"], function() {

0 commit comments

Comments
 (0)