chore(scss): support dsfr prefixed fr- not being hyphenated
This commit is contained in:
parent
4d5f03b99c
commit
a2c32b44c0
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ linters:
|
|||
|
||||
SelectorFormat:
|
||||
enabled: true
|
||||
convention: hyphenated_lowercase
|
||||
# hyphenated_lowercase + any dsfr selector which are not hyphenated
|
||||
convention: ^(?:fr-[^A-Z]+|[^_A-Z]+)$
|
||||
|
||||
Shorthand:
|
||||
enabled: false
|
||||
|
|
Loading…
Add table
Reference in a new issue