From c31fc362db7ea1620a4496378fe3a18ff0c05dc0 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Tue, 24 Feb 2015 15:13:03 +0100 Subject: [PATCH] Fix scss-lint error SelectorFormat. --- src/styles/scss.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/scss.yml b/src/styles/scss.yml index e13d3059..80c15e53 100644 --- a/src/styles/scss.yml +++ b/src/styles/scss.yml @@ -118,8 +118,7 @@ linters: max_depth: 3 SelectorFormat: - enabled: true - convention: hyphenated_lowercase # or 'BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern + enabled: false Shorthand: enabled: true