Remove SelectorFormat to allow camelCase for CSSModules

old
Javi Velasco 2015-11-23 20:34:32 +01:00
parent 52b8723e89
commit 6ed03ad00d
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ linters:
enabled: false
SelectorFormat:
enabled: true
enabled: false
convention: hyphenated_lowercase # or 'BEM', or 'snake_case', or 'camel_case', or a regex pattern
Shorthand: