Updated the sass lint config file
This commit is contained in:
parent
dcdf22dabb
commit
248b8ded4a
@ -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
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user