28 строки
661 B
YAML
28 строки
661 B
YAML
options:
|
|
merge-default-rules: true
|
|
|
|
files:
|
|
include: 'content-src/**/*.scss'
|
|
|
|
|
|
rules:
|
|
class-name-format: 0
|
|
extends-before-declarations: 2
|
|
extends-before-mixins: 2
|
|
force-element-nesting: 0
|
|
force-pseudo-nesting: 0
|
|
hex-notation: [2, {style: uppercase}]
|
|
indentation: [2, {size: 2}]
|
|
leading-zero: [2, {include: true}]
|
|
mixins-before-declarations: [2, {exclude: [breakpoint, mq]}]
|
|
nesting-depth: [2, {max-depth: 4}]
|
|
no-debug: 1
|
|
no-duplicate-properties: 2
|
|
no-ids: 0
|
|
no-important: 0
|
|
no-qualifying-elements: 0
|
|
no-warn: 1
|
|
placeholder-in-extend: 2
|
|
property-sort-order: 0
|
|
# property-sort-order: [1, {ignore-custom-properties: true}]
|