Type Alias: ContainerQueryShareableConfig
ContainerQueryShareableConfig =
Config& {plugins: (string|StylelintPlugin)[];rules:NonNullable<Config["rules"]>; }
Defined in: plugin.ts:36
Shape of exported shareable stylelint config objects.
Type Declarationโ
pluginsโ
plugins: (
string|StylelintPlugin)[]
rulesโ
rules:
NonNullable<Config["rules"]>