Type Alias: StylelintRuleOption
type StylelintRuleOption = Readonly<{
allowEmptyInput?: boolean;
configBasedir?: string;
configFile?: string;
customSyntax?: string;
ignoreDisables?: boolean;
quiet?: boolean;
}>;
Defined in: rules/stylelint.ts:29