1
Fork 0
moonythm/tooling/stylelintrc.json

9 lines
183 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"comment-empty-line-before": null,
"no-descending-specificity": null,
"declaration-empty-line-before": null
}
}