Skip to content

Commit 878b939

Browse files
author
John Doe
committed
refactor: fix lint
1 parent 5ec026d commit 878b939

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/src/lib/trace-file-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import type {
1616
} from './trace-file.type.js';
1717

1818
/** Global counter for generating unique local IDs */
19+
// eslint-disable-next-line functional/no-let
1920
let id2Count = 0;
2021

2122
/**

0 commit comments

Comments
 (0)