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:
parent
84aaefa102
commit
2f1d96e77d
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue