From d872c0151edfec14d989514b82075071eab71e76 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 6 Jun 2016 15:15:17 -0400 Subject: [PATCH] Disable SelectorFormat as there are classes in plugins we use that use the alternative format --- scss-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss-lint.yml b/scss-lint.yml index f7cacdb..f480e49 100644 --- a/scss-lint.yml +++ b/scss-lint.yml @@ -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: