{ "extends": "stylelint-config-standard-scss", "rules": { "alpha-value-notation": null, "at-rule-empty-line-before": null, "at-rule-no-vendor-prefix": null, "block-no-empty": null, "color-function-notation": null, "color-hex-length": null, "color-no-invalid-hex": null, "comment-empty-line-before": null, "comment-whitespace-inside": null, "custom-property-empty-line-before": null, "declaration-block-no-duplicate-properties": null, "declaration-block-no-redundant-longhand-properties": null, "declaration-block-no-shorthand-property-overrides": null, "declaration-block-single-line-max-declarations": null, "declaration-empty-line-before": null, "font-family-name-quotes": null, "font-family-no-missing-generic-family-keyword": null, "function-name-case": null, "function-no-unknown": null, "function-url-quotes": null, "hue-degree-notation": null, "import-notation": "string", "keyframes-name-pattern": null, "length-zero-no-unit": null, "media-feature-range-notation": "prefix", "media-feature-name-no-vendor-prefix": null, "no-descending-specificity": null, "no-duplicate-selectors": null, "no-empty-source": null, "no-invalid-position-at-import-rule": null, "no-irregular-whitespace": null, "number-max-precision": null, "property-no-vendor-prefix": null, "rule-empty-line-before": null, "selector-attribute-quotes": null, "selector-class-pattern": null, "selector-id-pattern": null, "selector-no-vendor-prefix": null, "selector-not-notation": null, "selector-pseudo-element-colon-notation": null, "shorthand-property-no-redundant-values": null, "value-keyword-case": null, "value-no-vendor-prefix": null, "custom-property-pattern": [ "^([a-z][a-z0-9]*-+)*[a-z0-9]+$", {"message": "Expected custom property name to be kebab-case-ish (multiple dashes are allowed"} ], "scss/at-extend-no-missing-placeholder": null, "scss/at-mixin-pattern": null, "scss/dollar-variable-empty-line-before": null, "scss/dollar-variable-pattern": null, "scss/double-slash-comment-empty-line-before": null, "scss/function-unquote-no-unquoted-strings-inside": null, "scss/no-global-function-names": null }, "ignoreFiles": [ "resource/assets/stylesheets/jquery-ui.structure.css", "resources/assets/stylesheets/vendor/*" ] }