{ "extends": "stylelint-config-standard", "plugins": [ "stylelint-order", "stylelint-scss" ], "rules": { "at-rule-no-unknown": null, "block-opening-brace-newline-after": "always", "block-closing-brace-newline-before": "always", "indentation": 4, "no-descending-specificity": null, "order/order": [ "custom-properties", "declarations" ], "order/properties-alphabetical-order": true, "scss/at-rule-no-unknown": true } }