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

53 lines
880 B
YAML
Raw Normal View History

# Linter Options
options:
merge-default-rules: false
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
no-important: 2
hex-notation:
- 1
-
2018-04-11 09:12:16 -04:00
style: lowercase
indentation:
- 2
-
size: 2
2018-04-11 17:26:50 -04:00
property-sort-order:
- 1
-
order:
- display
2018-04-11 17:37:37 -04:00
- float
2018-04-11 17:26:50 -04:00
- width
- height
- margin
- padding
- background
- border
ignore-custom-properties: true