{ "overrides": [ { "files": ["**/*.scss"], "extends": "stylelint-config-standard-scss", "customSyntax": "postcss-scss", "plugins": [ "stylelint-scss" ], "rules": { "scss/at-else-empty-line-before": null, "scss/at-extend-no-missing-placeholder": null, "scss/at-if-closing-brace-newline-after": null, "scss/at-if-closing-brace-space-after": null, "scss/at-import-partial-extension": null, "scss/load-partial-extension": null, "scss/at-mixin-argumentless-call-parentheses": null, "scss/at-mixin-pattern": null, "scss/comment-no-empty": null, "scss/dollar-variable-colon-space-after": null, "scss/dollar-variable-empty-line-before": null, "scss/double-slash-comment-empty-line-before": null, "scss/double-slash-comment-whitespace-inside": null, "selector-pseudo-element-no-unknown": [ true, { "ignorePseudoElements": ["v-deep"] } ] } }, { "files": ["**/*.less"], "extends": "stylelint-config-standard", "customSyntax": "postcss-less", "rules": { "at-rule-no-unknown": null, "declaration-block-no-redundant-longhand-properties": null, "function-url-quotes": null, "media-feature-name-no-vendor-prefix": null, "selector-attribute-quotes": null, "selector-id-pattern": null } } ], "rules": { "alpha-value-notation": null, "at-rule-empty-line-before": null, "at-rule-no-vendor-prefix": null, "color-function-notation": null, "font-family-name-quotes": null, "keyframes-name-pattern": null, "no-descending-specificity": null, "number-max-precision": null, "property-no-vendor-prefix": null, "selector-class-pattern": null, "shorthand-property-no-redundant-values": null, "value-keyword-case": null, "value-no-vendor-prefix": null } }