Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 3a7af08

Browse files
committed
Fix lint
1 parent 5bb3621 commit 3a7af08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runner/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export class TsLintRunner {
238238
cwdToRestore = process.cwd();
239239
process.chdir(cwd);
240240
}
241-
241+
242242
try {
243243
const configFile = configuration.configFile || null;
244244
let linterConfiguration: Configuration | undefined;

0 commit comments

Comments
 (0)