We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d841b2 commit 7bbce05Copy full SHA for 7bbce05
1 file changed
Jakefile.js
@@ -978,7 +978,6 @@ var lintTargets = compilerSources
978
// Other harness sources
979
.concat(["instrumenter.ts"].map(function(f) { return path.join(harnessDirectory, f) }))
980
.concat(serverCoreSources)
981
- .concat(["client.ts"].map(function(f) { return path.join(serverDirectory, f); }))
982
.concat(tslintRulesFiles)
983
.concat(servicesLintTargets);
984
0 commit comments