Skip to content

Commit 69c102e

Browse files
committed
feat: add no-descending-specificity report message includes line number of the anchoring selector
1 parent 55b6bd2 commit 69c102e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/stylelint/no-descending-specificity.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export type NoDescendingSpecificityOptions = RuleConfig<
55
true,
66
{
77
ignore?: [NoDescendingSpecificityIgnore]
8-
message?: string | ((selectorA: string, selectorB: string) => string)
8+
message?: string | ((selectorA: string, selectorB: string, line: number) => string)
99
}
1010
>

0 commit comments

Comments
 (0)