Skip to content

Commit c975bf4

Browse files
committed
feat: add support for string to ignoreLonghands option of declaration-block-no-redundant-longhand-properties
1 parent c0ed9fc commit c975bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/stylelint/declaration-block-no-redundant-longhand-properties.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { RuleConfig } from '../rule-config'
33
export type DeclarationBlockNoRedundantLonghandPropertiesOptions = RuleConfig<
44
true,
55
{
6-
ignoreLonghands?: string[]
6+
ignoreLonghands?: string | string[]
77
ignoreShorthands?: (string | RegExp)[]
88
message?: string | ((props: string) => string)
99
}

0 commit comments

Comments
 (0)