We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OxfmtConfig
FormatOptions
1 parent 7943da4 commit 51ee7e8Copy full SHA for 51ee7e8
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