{ "$schema": "https://json.schemastore.org/stylelintrc.json", "extends": [ "stylelint-config-standard-scss" ], "rules": { "no-descending-specificity": null, "string-quotes": "double" } }