{ "extends": "stylelint-config-standard", "plugins": ["stylelint-order"], "rules": { "order/properties-alphabetical-order": true, "custom-property-empty-line-before": null } }