We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-descending-specificity
1 parent 55b6bd2 commit 69c102eCopy full SHA for 69c102e
src/rules/stylelint/no-descending-specificity.d.ts
@@ -5,6 +5,6 @@ export type NoDescendingSpecificityOptions = RuleConfig<
5
true,
6
{
7
ignore?: [NoDescendingSpecificityIgnore]
8
- message?: string | ((selectorA: string, selectorB: string) => string)
+ message?: string | ((selectorA: string, selectorB: string, line: number) => string)
9
}
10
>
0 commit comments