We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec95f99 commit 2ec97a2Copy full SHA for 2ec97a2
Jakefile.js
@@ -925,7 +925,7 @@ var lintTargets = compilerSources
925
.concat(harnessCoreSources)
926
.concat(serverCoreSources)
927
.concat(scriptSources)
928
- .concat([path.join(servicesDirectory,"services.ts")]);
+ .concat([path.join(servicesDirectory, "services.ts")]);
929
930
desc("Runs tslint on the compiler sources");
931
task("lint", ["build-rules"], function() {
0 commit comments