API > wxt > WxtResolvedUnimportOptions
Type alias: WxtResolvedUnimportOptions
WxtResolvedUnimportOptions:
Partial
<UnimportOptions
> &object
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
Source
packages/wxt/src/types.ts:1448
Generated using typedoc-plugin-markdown and TypeDoc