We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c211925 + 78cb0e2 commit fb194b3Copy full SHA for fb194b3
2 files changed
packages/cli/src/index.ts
@@ -1,8 +1,8 @@
1
import { type Plugin as VitestPlugin } from '@voidzero-dev/vite-plus-test/config';
2
+import type { OxfmtConfig } from 'oxfmt';
3
import type { OxlintConfig } from 'oxlint';
4
5
import { defineConfig } from './define-config.js';
-import type { FormatOptions } from './oxfmt-config';
6
import type { PackUserConfig } from './pack';
7
import type { RunConfig } from './run-config';
8
import type { StagedConfig } from './staged-config';
@@ -14,7 +14,7 @@ declare module '@voidzero-dev/vite-plus-core' {
14
*/
15
lint?: OxlintConfig;
16
17
- fmt?: FormatOptions;
+ fmt?: OxfmtConfig;
18
19
pack?: PackUserConfig | PackUserConfig[];
20
packages/cli/src/oxfmt-config.ts
0 commit comments