diff --git a/packages/cli/src/lint.ts b/packages/cli/src/lint.ts index 25f7703d56..79e74ad15d 100644 --- a/packages/cli/src/lint.ts +++ b/packages/cli/src/lint.ts @@ -1,13 +1,4 @@ -export { - type AllowWarnDeny, - type DummyRule, - type DummyRuleMap, - type ExternalPluginEntry, - type ExternalPluginsConfig, - type OxlintConfig, - type OxlintEnv, - type OxlintGlobals, - type OxlintOverride, - type RuleCategories, - defineConfig, -} from 'oxlint'; +// For now, `defineConfig()` is the only non-type exports from `oxlint`, +// but in Vite+, users should use `defineConfig()` from 'vite-plus`. + +export type * from 'oxlint';