2018-07-13 10:14:33 +00:00
|
|
|
#########################
|
|
|
|
## Sample Sass Lint File
|
|
|
|
#########################
|
|
|
|
# Linter Options
|
|
|
|
options:
|
|
|
|
merge-default-rules: true
|
|
|
|
max-warnings: 1000
|
|
|
|
|
|
|
|
# File Options
|
|
|
|
files:
|
|
|
|
include: 'src/**/*.s+(a|c)ss'
|
|
|
|
ignore:
|
|
|
|
- 'node_modules/**/*.*'
|
|
|
|
|
|
|
|
# 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 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
|