Skip to content

Commit

Permalink
fix: worser ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Oct 31, 2024
1 parent 946a7c8 commit 80e222d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/os-helpers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @ts-expect-error(TS6133): There's a bug in noUnusedLocals (microsoft/TypeScript#58368).
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- the noUnusedLocals bug is non-deterministic.
// @ts-ignore(TS6133): There's a bug in noUnusedLocals (microsoft/TypeScript#58368).
/** @import {Path} from './types/path'; */

/**
Expand Down

0 comments on commit 80e222d

Please sign in to comment.