mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-13 10:28:13 +08:00
11 lines
164 B
JSON
11 lines
164 B
JSON
{
|
|
"plugins": [
|
|
"stylelint-scss"
|
|
],
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"rule-empty-line-before": "never",
|
|
"indentation": 2
|
|
}
|
|
}
|