Skip to content

API / wxt / WxtResolvedUnimportOptions

Type Alias: WxtResolvedUnimportOptions

WxtResolvedUnimportOptions = Partial<UnimportOptions> & object

Source: packages/wxt/src/types.ts:1747

Type Declaration

disabled

disabled: boolean

Set to true when the user disabled auto-imports. We still use unimport for the #imports module, but other features should be disabled.

You don't need to check this value before modifying the auto-import options. Even if disabled is true, there's no harm in adding imports to the config - they'll just be ignored.

eslintrc

eslintrc: ResolvedEslintrc


Generated using typedoc-plugin-markdown and TypeDoc