We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d304770 commit 6760ee9Copy full SHA for 6760ee9
1 file changed
packages/cli/src/lint.ts
@@ -1,13 +1,4 @@
1
-export {
2
- type AllowWarnDeny,
3
- type DummyRule,
4
- type DummyRuleMap,
5
- type ExternalPluginEntry,
6
- type ExternalPluginsConfig,
7
- type OxlintConfig,
8
- type OxlintEnv,
9
- type OxlintGlobals,
10
- type OxlintOverride,
11
- type RuleCategories,
12
- defineConfig,
13
-} 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';
0 commit comments