We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946a7c8 commit 80e222dCopy full SHA for 80e222d
lib/os-helpers.js
@@ -1,4 +1,5 @@
1
-// @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.
2
+// @ts-ignore(TS6133): There's a bug in noUnusedLocals (microsoft/TypeScript#58368).
3
/** @import {Path} from './types/path'; */
4
5
/**
0 commit comments