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

10 lines
178 B
JSON
Raw Normal View History

2022-12-02 10:47:58 +00:00
{
"$schema": "https://json.schemastore.org/stylelintrc.json",
"extends": [
"stylelint-config-standard-scss"
],
"rules": {
"no-descending-specificity": null
2022-12-02 10:47:58 +00:00
}
}