| @ -1,9 +1,49 @@ | |||
| { | |||
| "extends": "stylelint-config-standard", | |||
| "extends": "stylelint-config-standard-scss", | |||
| "rules": { | |||
| "at-rule-no-unknown": null, | |||
| "scss/at-rule-no-unknown": true, | |||
| "at-rule-empty-line-before": null, | |||
| "selector-list-comma-newline-after": null, | |||
| "block-opening-brace-space-before": null | |||
| "no-descending-specificity": null, | |||
| "selector-class-pattern": null, | |||
| "scss/double-slash-comment-empty-line-before": null, | |||
| "scss/no-global-function-names": null, | |||
| "declaration-property-value-no-unknown": null, | |||
| "scss/dollar-variable-empty-line-before": null, | |||
| "scss/operator-no-newline-after": null, | |||
| "scss/load-partial-extension": null, | |||
| "media-feature-range-notation": null, | |||
| "color-function-notation": null, | |||
| "color-function-alias-notation": null, | |||
| "alpha-value-notation": null, | |||
| "color-hex-length": null, | |||
| "no-duplicate-selectors": null, | |||
| "shorthand-property-no-redundant-values": null, | |||
| "scss/at-extend-no-missing-placeholder": null, | |||
| "declaration-block-no-redundant-longhand-properties": null, | |||
| "scss/at-mixin-argumentless-call-parentheses": null, | |||
| "scss/at-rule-conditional-no-parentheses": null, | |||
| "scss/dollar-variable-pattern": null, | |||
| "scss/at-mixin-pattern": null, | |||
| "scss/dollar-variable-colon-space-before": null, | |||
| "length-zero-no-unit": null, | |||
| "property-no-deprecated": null, | |||
| "selector-not-notation": null, | |||
| "import-notation": null, | |||
| "scss/comment-no-empty": null, | |||
| "value-keyword-case": null, | |||
| "function-name-case": null, | |||
| "declaration-property-value-keyword-no-deprecated": null, | |||
| "property-no-vendor-prefix": null, | |||
| "font-family-name-quotes": null, | |||
| "font-family-no-missing-generic-family-keyword": null, | |||
| "at-rule-no-vendor-prefix": null, | |||
| "rule-empty-line-before": null, | |||
| "declaration-empty-line-before": null, | |||
| "no-empty-source": null, | |||
| "scss/dollar-variable-colon-space-after": null, | |||
| "scss/double-slash-comment-whitespace-inside": null, | |||
| "selector-no-vendor-prefix": null, | |||
| "declaration-block-single-line-max-declarations": null | |||
| } | |||
| } | |||
| } | |||