2020-09-24 05:18:34 +03:00
|
|
|
{
|
|
|
|
"extends": "stylelint-config-standard",
|
|
|
|
"plugins": ["stylelint-order"],
|
|
|
|
"rules": {
|
2020-09-28 06:05:46 +03:00
|
|
|
"indentation": 4,
|
2020-09-24 05:18:34 +03:00
|
|
|
"no-descending-specificity": null,
|
|
|
|
"order/properties-alphabetical-order": true
|
|
|
|
}
|
|
|
|
}
|