From d104e9be1f063fb2b76fa0da63af33a4a6b156eb Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 11 Apr 2018 17:31:01 -0400 Subject: [PATCH] Removed sass lint default rules - I will specify new rules as I need them --- .sass-lint.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.sass-lint.yml b/.sass-lint.yml index d7ae10c..e8c1238 100644 --- a/.sass-lint.yml +++ b/.sass-lint.yml @@ -1,6 +1,6 @@ # Linter Options options: - merge-default-rules: true + merge-default-rules: false formatter: checkstyle output-file: 'build/checkstyle.xml' files: @@ -28,7 +28,6 @@ rules: convention: none no-warn: 1 no-debug: 1 - no-ids: 0 no-important: 2 hex-notation: - 1 @@ -50,13 +49,3 @@ rules: - background - border ignore-custom-properties: true - no-qualifying-elements: - - 1 - - - allow-element-with-attribute: true - allow-element-with-class: true - allow-element-with-id: true - no-transition-all: - - 2 - - - include: false