Skip to content

Commit 775da81

Browse files
committed
feat: checkContextFunctionalPseudoClasses: [] to selector-max-id
1 parent c7cabbf commit 775da81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/stylelint/selector-max-id.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { RuleConfig } from '../rule-config'
33
export type SelectorMaxIdOptions = RuleConfig<
44
number,
55
{
6+
checkContextFunctionalPseudoClasses?: (string | RegExp)[]
67
message?: string | ((selector: string, max: number | string) => string)
78
}
89
>

0 commit comments

Comments
 (0)