options: max-warnings: 10 files: include: 'scss/**/*.scss' ignore: - 'scss/_normalize.scss' - 'scss/_grid.scss' rules: attribute-quotes: - 1 bem-depth: - 1 - max-depth: 1 border-zero: - 1 - convention: none brace-style: - 1 - style: 1tbs allow-single-line: 0 class-name-format: - 1 - allow-leading-underscore: 0 convention: hyphenatedbem clean-import-paths: - 1 - leading-underscore: 0 filename-extension: 0 declarations-before-nesting: 1 empty-line-between-blocks: - 1 - include: true allow-single-line-rulesets: false extends-before-declarations: 1 extends-before-mixins: 1 final-newline: 1 force-element-nesting: 1 function-name-format: - 1 - allow-leading-underscore: 0 convention-explanation: 'Functions must only contain lowercase letters and hyphens' hex-length: - 1 - style: 'long' hex-notation: - 1 - style: uppercase no-ids: 1 indentation: 2 leading-zero: - 1 - include: false mixin-name-format: - 1 - allow-leading-zero: 0 mixins-before-declarations: 0 no-duplicate-properties: 1 no-color-keywords: 1 no-combinators: 1 no-empty-rulesets: 1 no-invalid-hex: 1 no-mergeable-selectors: 1 no-misspelled-properties: 1 no-qualifying-elements: - 1 - allow-element-with-id: 0 no-trailing-whitespace: 1 no-universal-selectors: 1 no-url-domains: 1 no-vendor-prefixes: 1 one-declaration-per-line: 1 placeholder-in-extend: 0 placeholder-name-format: - 1 - allow-leading-underscore: 0 property-sort-order: - 1 - order: 'alphabetical' pseudo-element: 1 quotes: 0 variable-for-property: 1 variable-name-format: - 1 - allow-leading-underscore: 0