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 5ec026d commit 878b939Copy full SHA for 878b939
packages/utils/src/lib/trace-file-utils.ts
@@ -16,6 +16,7 @@ import type {
16
} from './trace-file.type.js';
17
18
/** Global counter for generating unique local IDs */
19
+// eslint-disable-next-line functional/no-let
20
let id2Count = 0;
21
22
/**
0 commit comments