{ "extends": ["stylelint-config-standard-scss", "stylelint-prettier/recommended"], "plugins": ["stylelint-scss", "stylelint-prettier"], "rules": { "color-hex-length": "long", "no-descending-specificity": null, "rule-empty-line-before": null, "selector-class-pattern": null } }