We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unconfig
1 parent 9b4f78e commit 9d6a758Copy full SHA for 9d6a758
1 file changed
src/config/types.ts
@@ -496,7 +496,7 @@ export interface InlineConfig extends UserConfig {
496
* Config loader to use. It can only be set via CLI or API.
497
* @default 'auto'
498
*/
499
- configLoader?: 'auto' | 'native' | 'unconfig' | 'unrun'
+ configLoader?: 'auto' | 'native' | 'unrun'
500
501
/**
502
* Filter configs by cwd or name.
0 commit comments