Commit 8d7ad535 authored by connorshea's avatar connorshea

Disabled SelectorFormat rule for SCSS Lint in order to get the Rake task passing sooner.

Discussed in #14299.

[ci skip]
parent fc75de7d
......@@ -100,7 +100,7 @@ linters:
# Selectors should always use hyphenated-lowercase, rather than camelCase or
# snake_case.
SelectorFormat:
enabled: true
enabled: false
convention: hyphenated_lowercase
# Prefer the shortest shorthand form possible for properties that support it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment