Removed sass lint default rules - I will specify new rules as I need them

This commit is contained in:
Gregory Ballantine 2018-04-11 17:31:01 -04:00
parent 5e8fba0fdb
commit d104e9be1f

View File

@ -1,6 +1,6 @@
# Linter Options # Linter Options
options: options:
merge-default-rules: true merge-default-rules: false
formatter: checkstyle formatter: checkstyle
output-file: 'build/checkstyle.xml' output-file: 'build/checkstyle.xml'
files: files:
@ -28,7 +28,6 @@ rules:
convention: none convention: none
no-warn: 1 no-warn: 1
no-debug: 1 no-debug: 1
no-ids: 0
no-important: 2 no-important: 2
hex-notation: hex-notation:
- 1 - 1
@ -50,13 +49,3 @@ rules:
- background - background
- border - border
ignore-custom-properties: true 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