mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 04:09:16 -05:00
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-prettier",
|
|
"stylelint-config-standard"
|
|
],
|
|
"plugins": [
|
|
"stylelint-order"
|
|
],
|
|
"rules": {
|
|
"order/properties-alphabetical-order": true
|
|
}
|
|
}
|