diff --git a/.stylelintrc.json b/.stylelintrc.json index ef9be98a..e470cb51 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -2,29 +2,29 @@ "extends": "stylelint-config-sass-guidelines", "plugins": ["stylelint-order"], "rules": { - "selector-max-compound-selectors": 5, - "max-nesting-depth": 4, - "selector-no-vendor-prefix": [ - true, - { - "ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"] - } - ], - "selector-no-qualifying-type": [ - true, - { - "ignore": ["attribute"] - } - ], - "value-no-vendor-prefix": [ - true, - { - "ignoreValues": ["box"] - } - ], - "selector-class-pattern": null, - "scss/percent-placeholder-pattern": null, - "order/properties-alphabetical-order": true, - "@stylistic/function-parentheses-space-inside": null + "selector-max-compound-selectors": 5, + "max-nesting-depth": 4, + "selector-no-vendor-prefix": [ + true, + { + "ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"] + } + ], + "selector-no-qualifying-type": [ + true, + { + "ignore": ["attribute"] + } + ], + "value-no-vendor-prefix": [ + true, + { + "ignoreValues": ["box"] + } + ], + "selector-class-pattern": null, + "scss/percent-placeholder-pattern": null, + "order/properties-alphabetical-order": true, + "@stylistic/function-parentheses-space-inside": null } - } +}