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

63 lines
1.1 KiB
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
2018-04-11 17:26:50 -04:00
property-sort-order:
- 1
-
order:
- display
- width
- height
- margin
- padding
- 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