mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-17 01:55:50 -06:00
Fix linting issue
This commit is contained in:
parent
7e71686b1a
commit
c0b0bebaa7
@ -924,7 +924,8 @@ function lintFileAsync(options, path, cb) {
|
||||
var lintTargets = compilerSources
|
||||
.concat(harnessCoreSources)
|
||||
.concat(serverCoreSources)
|
||||
.concat(scriptSources);
|
||||
.concat(scriptSources)
|
||||
.concat([path.join(servicesDirectory,"services.ts")]);
|
||||
|
||||
desc("Runs tslint on the compiler sources");
|
||||
task("lint", ["build-rules"], function() {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user