Skip to main content

Type Alias: PluginConfigs

PluginConfigs = { all: PresetWithPlugin<typeof allConfig.rules>; allStrict: PresetWithPlugin<typeof allStrictConfig.rules>; minimal: PresetWithPlugin<typeof minimalConfig.rules>; recommended: PresetWithPlugin<typeof recommendedConfig.rules>; strict: PresetWithPlugin<typeof strictConfig.rules>; strictTypeChecked: PresetWithPlugin<typeof strictTypeCheckedConfig.rules> & { languageOptions: typeof strictTypeCheckedConfig.languageOptions; }; }

Defined in: configs.ts:45

Available flat-config presets exported by the plugin.

Properties

all

readonly all: PresetWithPlugin<typeof allConfig.rules>

Defined in: configs.ts:46


allStrict

readonly allStrict: PresetWithPlugin<typeof allStrictConfig.rules>

Defined in: configs.ts:47


minimal

readonly minimal: PresetWithPlugin<typeof minimalConfig.rules>

Defined in: configs.ts:48


readonly recommended: PresetWithPlugin<typeof recommendedConfig.rules>

Defined in: configs.ts:49


strict

readonly strict: PresetWithPlugin<typeof strictConfig.rules>

Defined in: configs.ts:50


strictTypeChecked

readonly strictTypeChecked: PresetWithPlugin<typeof strictTypeCheckedConfig.rules> & { languageOptions: typeof strictTypeCheckedConfig.languageOptions; }

Defined in: configs.ts:51

Type Declaration

languageOptions

readonly languageOptions: typeof strictTypeCheckedConfig.languageOptions