Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { type Plugin as VitestPlugin } from '@voidzero-dev/vite-plus-test/config';
import type { OxfmtConfig } from 'oxfmt';
import type { OxlintConfig } from 'oxlint';

import { defineConfig } from './define-config.js';
import type { FormatOptions } from './oxfmt-config';
import type { PackUserConfig } from './pack';
import type { RunConfig } from './run-config';
import type { StagedConfig } from './staged-config';
Expand All @@ -14,7 +14,7 @@ declare module '@voidzero-dev/vite-plus-core' {
*/
lint?: OxlintConfig;

fmt?: FormatOptions;
fmt?: OxfmtConfig;
Comment thread
fengmk2 marked this conversation as resolved.

pack?: PackUserConfig | PackUserConfig[];

Expand Down
1 change: 0 additions & 1 deletion packages/cli/src/oxfmt-config.ts

This file was deleted.

Loading