Skip to content

Commit de71c9a

Browse files
committed
feat: add ignore: ["four-into-three-edge-values"] to shorthand-property-no-redundant-values
1 parent a816c4b commit de71c9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/rules/stylelint/shorthand-property-no-redundant-values.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ export type ShorthandPropertyNoRedundantValuesOptions = RuleConfig<
44
true,
55
{
66
message?: string | ((unexpected: string, expected: string) => string)
7+
/**
8+
* Ignore four-value shorthand declarations that could be shortened to three values when applied to edges.
9+
*/
10+
ignore?: readonly ['four-into-three-edge-values']
711
}
812
>

0 commit comments

Comments
 (0)