Skip to content

Commit 9d6a758

Browse files
committed
fix!: remove unconfig from configLoader
Use `unrun` instead
1 parent 9b4f78e commit 9d6a758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ export interface InlineConfig extends UserConfig {
496496
* Config loader to use. It can only be set via CLI or API.
497497
* @default 'auto'
498498
*/
499-
configLoader?: 'auto' | 'native' | 'unconfig' | 'unrun'
499+
configLoader?: 'auto' | 'native' | 'unrun'
500500

501501
/**
502502
* Filter configs by cwd or name.

0 commit comments

Comments
 (0)