hakurei.app/.stylelintrc.json
2021-10-25 02:41:36 -04:00

11 lines
269 B
JSON

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