{ "extends": [ "stylelint-config-idiomatic-order", "stylelint-config-recommended-scss" ], "plugins": [ "@stylistic/stylelint-plugin" ], "rules": { "@stylistic/indentation": 4, "no-descending-specificity": null, "font-family-no-missing-generic-family-keyword": null, "property-no-unknown": [ true, { "ignoreProperties": ["scrollbar-3dlight-color"] } ], "block-no-empty": [ true, { "ignore": ["comments"] } ], "scss/load-no-partial-leading-underscore": null, "scss/at-extend-no-missing-placeholder": null } }