Skip to content

Commit 80e222d

Browse files
committed
fix: worser ignore
1 parent 946a7c8 commit 80e222d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/os-helpers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// @ts-expect-error(TS6133): There's a bug in noUnusedLocals (microsoft/TypeScript#58368).
1+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- the noUnusedLocals bug is non-deterministic.
2+
// @ts-ignore(TS6133): There's a bug in noUnusedLocals (microsoft/TypeScript#58368).
23
/** @import {Path} from './types/path'; */
34

45
/**

0 commit comments

Comments
 (0)