forked from yevi.org/Ghost_Ruby_Theme
10 lines
226 B
JSON
10 lines
226 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"plugins": ["stylelint-order"],
|
|
"rules": {
|
|
"indentation": 4,
|
|
"no-descending-specificity": null,
|
|
"order/properties-alphabetical-order": true
|
|
}
|
|
}
|