diff --git a/codex-cli/src/utils/session.ts b/codex-cli/src/utils/session.ts index 0850c3db..19867220 100644 --- a/codex-cli/src/utils/session.ts +++ b/codex-cli/src/utils/session.ts @@ -1,7 +1,5 @@ // Node ESM supports JSON imports behind an assertion. TypeScript's // `resolveJsonModule` takes care of the typings. -// -// eslint-disable-next-line @typescript-eslint/consistent-type-imports import pkg from "../../package.json" assert { type: "json" }; // Read the version directly from package.json.