1
Fork 0
shareable-configs/packages/stylelint/stylelint.json

10 lines
178 B
JSON

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