mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
10 lines
273 B
JSON
10 lines
273 B
JSON
{
|
|
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
|
|
"rules": {
|
|
"declaration-empty-line-before": null,
|
|
"no-descending-specificity": null,
|
|
"selector-pseudo-class-no-unknown": null,
|
|
"selector-pseudo-element-colon-notation": null
|
|
}
|
|
}
|