{ "extends": "stylelint-config-recommended", "plugins": [ "stylelint-scss" ], "rules": { "indentation": 2, "string-quotes": "single", "no-descending-specificity": null } }