We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fe348 commit a568f80Copy full SHA for a568f80
2 files changed
packages/cli/src/migration/migrator.ts
@@ -234,6 +234,7 @@ export async function migrateEslintToOxlint(
234
// Steps 1-2: Only run @oxlint/migrate if there's an eslint config at root
235
if (eslintConfigFile) {
236
// Pin @oxlint/migrate to the bundled oxlint version.
237
+ // @ts-ignore — resolved at runtime from dist/global/ → dist/versions.js
238
const { versions } = await import('../versions.js');
239
const migratePackage = `@oxlint/migrate@${versions.oxlint}`;
240
packages/cli/src/versions.d.ts
0 commit comments