mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 02:15:12 -06:00
Address PR feed back
This commit is contained in:
parent
ec95f9955a
commit
2ec97a2d2e
@ -925,7 +925,7 @@ var lintTargets = compilerSources
|
||||
.concat(harnessCoreSources)
|
||||
.concat(serverCoreSources)
|
||||
.concat(scriptSources)
|
||||
.concat([path.join(servicesDirectory,"services.ts")]);
|
||||
.concat([path.join(servicesDirectory, "services.ts")]);
|
||||
|
||||
desc("Runs tslint on the compiler sources");
|
||||
task("lint", ["build-rules"], function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user