hakurei.app/.stylelintrc.json
2020-02-26 05:29:52 -05:00

10 lines
231 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"comment-empty-line-before": null,
"indentation": 4,
"no-descending-specificity": null,
"selector-list-comma-newline-after": null
}
}