metaunix-player-js/.sass-lint.yml

51 lines
872 B
YAML
Raw Normal View History

# Linter Options
options:
2018-04-11 09:12:16 -04:00
merge-default-rules: true
formatter: checkstyle
output-file: 'build/checkstyle.xml'
files:
include: 'src/sass/**/*.s+(a|c)ss'
ignore:
- 'src/sass/vendor/**/*.*'
# Rule Configuration
rules:
extends-before-mixins: 2
extends-before-declarations: 2
placeholder-in-extend: 2
leading-zero:
- 1
-
include: true
mixins-before-declarations:
- 2
-
exclude:
- breakpoint
- mq
2018-04-10 23:50:07 -04:00
border-zero:
- 2
2018-04-10 23:50:07 -04:00
-
convention: none
no-warn: 1
no-debug: 1
2018-04-11 09:12:16 -04:00
no-ids: 0
no-important: 2
hex-notation:
- 1
-
2018-04-11 09:12:16 -04:00
style: lowercase
indentation:
- 2
-
size: 2
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