Skip to content

Commit 2f1d96e

Browse files
authored
fix: remove errant eslint-disable so pnpm run lint passes again (#756)
My bad: introduced in #753.
1 parent 84aaefa commit 2f1d96e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codex-cli/src/utils/session.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// Node ESM supports JSON imports behind an assertion. TypeScript's
22
// `resolveJsonModule` takes care of the typings.
3-
//
4-
// eslint-disable-next-line @typescript-eslint/consistent-type-imports
53
import pkg from "../../package.json" assert { type: "json" };
64

75
// Read the version directly from package.json.

0 commit comments

Comments
 (0)