mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Disable SelectorFormat as there are classes in plugins we use that use the alternative format
This commit is contained in:
parent
fb50cd7b93
commit
d872c0151e
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ linters:
|
||||||
max_depth: 10
|
max_depth: 10
|
||||||
|
|
||||||
SelectorFormat:
|
SelectorFormat:
|
||||||
enabled: true
|
enabled: false
|
||||||
convention: hyphenated_lowercase # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
|
convention: hyphenated_lowercase # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
|
||||||
|
|
||||||
Shorthand:
|
Shorthand:
|
||||||
|
|
Loading…
Reference in a new issue