You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
301 B
10 lines
301 B
{
|
|
"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,
|
|
"no-empty-source": null
|
|
}
|
|
}
|