Skip to content

Commit 2f90271

Browse files
committed
Fixing lint issues caught by Travis CI build
(Rules appear to be more strict - this was not caught on a local lint run)
1 parent 8a29926 commit 2f90271

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/services/jsTyping.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ namespace ts.JsTyping {
5555
globalCachePath: Path,
5656
projectRootPath: Path,
5757
typingOptions: TypingOptions,
58-
compilerOptions: CompilerOptions)
59-
: { cachedTypingPaths: string[], newTypingNames: string[], filesToWatch: string[] } {
58+
compilerOptions: CompilerOptions):
59+
{ cachedTypingPaths: string[], newTypingNames: string[], filesToWatch: string[] } {
6060

6161
// A typing name to typing file path mapping
6262
const inferredTypings: Map<string> = {};

0 commit comments

Comments
 (0)