rekt-theme/.sass-lint.yml

56 lines
927 B
YAML
Raw Permalink Normal View History

2018-07-15 22:19:03 +00:00
###############################################################################
# sass-lint configuration
2018-07-13 10:14:33 +00:00
# Linter Options
options:
2018-07-15 22:19:03 +00:00
merge-default-rules: false
2018-07-13 10:14:33 +00:00
max-warnings: 1000
# File Options
files:
include: 'src/**/*.s+(a|c)ss'
ignore:
2018-07-15 22:19:03 +00:00
- 'node_modules/**/*'
2018-07-13 10:14:33 +00:00
# Rule Configuration
rules:
extends-before-mixins: 2
extends-before-declarations: 2
placeholder-in-extend: 2
mixins-before-declarations:
- 2
-
exclude:
- breakpoint
- mq
no-warn: 1
no-debug: 1
2018-07-13 13:24:58 +00:00
no-duplicate-properties:
- 2
-
exclude:
- background
2018-07-13 12:29:36 +00:00
no-ids: 0
2018-07-13 10:14:33 +00:00
no-important: 2
hex-notation:
- 2
-
style: uppercase
indentation:
- 2
-
size: 2
property-sort-order:
- 1
-
order:
- display
- margin
ignore-custom-properties: true
variable-for-property:
- 2
-
properties:
- margin
- content