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
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