sakura/.stylelintrc.json

11 lines
164 B
JSON
Raw Normal View History

2021-07-29 00:01:45 +08:00
{
"plugins": [
"stylelint-scss"
],
"extends": "stylelint-config-standard",
"rules": {
"rule-empty-line-before": "never",
"indentation": 2
}
}