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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user