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

Commit 3592007

Browse files
committed
chore: import emit type
1 parent 65a5fd5 commit 3592007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/worker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { getRuleUri } from 'tslint-rule-documentation';
77
import ChildProcess from 'child_process';
88
import getPath from 'consistent-path';
99
import type { ConfigSchema } from "./config"
10+
import type { emit } from 'node:cluster';
1011

1112
process.title = 'linter-tslint worker';
1213

0 commit comments

Comments
 (0)