mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 20:25:48 -06:00
Remove duplicate linting of client.ts
This commit is contained in:
parent
3d841b20a7
commit
7bbce05d61
@ -978,7 +978,6 @@ var lintTargets = compilerSources
|
||||
// Other harness sources
|
||||
.concat(["instrumenter.ts"].map(function(f) { return path.join(harnessDirectory, f) }))
|
||||
.concat(serverCoreSources)
|
||||
.concat(["client.ts"].map(function(f) { return path.join(serverDirectory, f); }))
|
||||
.concat(tslintRulesFiles)
|
||||
.concat(servicesLintTargets);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user