fix: remove errant eslint-disable so pnpm run lint passes again (#756)

My bad: introduced in https://github.com/openai/codex/pull/753.
This commit is contained in:
Michael Bolin
2025-04-30 11:37:11 -07:00
committed by GitHub
parent 84aaefa102
commit 2f1d96e77d

View File

@@ -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.