files: include: '**/*.scss' ignore: - 'node_modules/**/*.scss' - 'out/**/*.scss' - 'target/**/*.scss' options: formatter: stylish merge-default-rules: false rules: attribute-quotes: 2 bem-depth: - 2 - max-depth: 4 border-zero: - 2 - convention: '0' brace-style: - 2 - allow-single-line: false class-name-format: - 2 - convention: hyphenatedbem clean-import-paths: - 2 - filename-extension: false - leading-underscore: false declarations-before-nesting: 2 empty-args: - 2 - include: true empty-line-between-blocks: - 2 - include: true - ignore-single-line-rulesets: false extends-before-declarations: 2 extends-before-mixins: 2 final-newline: - 2 - include: true force-attribute-nesting: 0 force-element-nesting: 0 force-pseudo-nesting: 0 function-name-format: - 2 - allow-leading-underscore: true convention: hyphenatedbem hex-length: - 2 - style: long hex-notation: - 2 - style: lowercase id-name-format: - 2 - convention: hyphenatedbem indentation: - 2 - size: 2 leading-zero: - 2 - include: true max-file-line-count: - 2 - length: 130 max-line-length: - 2 - length: 130 mixin-name-format: - 2 - allow-leading-underscore: true convention: hyphenatedbem mixins-before-declarations: - 0 - exclude: [] nesting-depth: - 2 - max-depth: 4 no-attribute-selectors: 2 no-color-hex: 2 no-color-keywords: 2 no-color-literals: 2 no-combinators: 2 no-css-comments: 2 no-debug: 2 no-disallowed-properties: 2 no-duplicate-properties: 2 no-empty-rulesets: 2 no-extends: 2 no-ids: 2 no-important: 2 no-invalid-hex: 2 no-mergeable-selectors: 2 no-misspelled-properties: - 2 - extra-properties: [] no-qualifying-elements: - 2 - allow-element-with-attribute: false allow-element-with-class: false allow-element-with-id: false no-trailing-whitespace: 2 no-trailing-zero: 2 no-transition-all: 2 no-universal-selectors: 2 no-url-domains: 2 no-url-protocols: 2 no-vendor-prefixes: - 1 - additional-identifiers: [] excluded-identifiers: [] no-warn: 2 one-declaration-per-line: 2 placeholder-in-extend: 2 placeholder-name-format: - 2 - convention: hyphenatedbem property-sort-order: - 2 - order: 'alphabetical' - ignore-custom-properties: false property-units: - 2 - global: - ch - em - ex - rem - cm - in - mm - pc - pt - px - q - vh - vw - vmin - vmax - deg - grad - rad - turn - ms - s - Hz - kHz - dpi - dpcm - dppx - '%' per-property: {} pseudo-element: 2 quotes: - 2 - style: single shorthand-values: - 2 - allowed-shorthands: - 1 - 2 - 3 single-line-per-selector: 2 space-after-bang: - 2 - include: false space-after-colon: - 2 - include: true space-after-comma: - 2 - include: true space-around-operator: 2 space-before-bang: - 2 - include: true space-before-brace: - 2 - include: true space-before-colon: - 2 - include: false space-between-parens: - 2 - include: false trailing-semicolon: 2 url-quotes: 2 variable-for-property: - 2 - properties: [] variable-name-format: - 2 - allow-leading-underscore: true convention: hyphenatedbem zero-unit: 2