Updated the sass lint config file

This commit is contained in:
Gregory Ballantine 2018-04-11 09:12:16 -04:00
parent dcdf22dabb
commit 248b8ded4a

View File

@ -1,11 +1,8 @@
# Linter Options
options:
verbose: true
no-exit: true
merge-default-rules: false
merge-default-rules: true
formatter: checkstyle
output-file: 'build/checkstyle.xml'
max-warnings: 50
files:
include: 'src/sass/**/*.s+(a|c)ss'
ignore:
@ -27,12 +24,12 @@ rules:
convention: none
no-warn: 1
no-debug: 1
no-ids: 2
no-ids: 0
no-important: 2
hex-notation:
- 2
-
style: uppercase
style: lowercase
indentation:
- 2
-