Skip to content

Commit 7bbce05

Browse files
committed
Remove duplicate linting of client.ts
1 parent 3d841b2 commit 7bbce05

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Jakefile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,6 @@ var lintTargets = compilerSources
978978
// Other harness sources
979979
.concat(["instrumenter.ts"].map(function(f) { return path.join(harnessDirectory, f) }))
980980
.concat(serverCoreSources)
981-
.concat(["client.ts"].map(function(f) { return path.join(serverDirectory, f); }))
982981
.concat(tslintRulesFiles)
983982
.concat(servicesLintTargets);
984983

0 commit comments

Comments
 (0)