Disable SelectorFormat as there are classes in plugins we use that use the alternative format

This commit is contained in:
Kevin MacMartin 2016-06-06 15:15:17 -04:00
parent fb50cd7b93
commit d872c0151e

View file

@ -367,7 +367,7 @@ linters:
max_depth: 10
SelectorFormat:
enabled: true
enabled: false
convention: hyphenated_lowercase # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
Shorthand: