mirror of
https://github.com/boostorg/unordered-ui-bundle.git
synced 2026-01-19 04:42:15 +00:00
configure stylelint to not enforce blank line before comment
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard"
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"comment-empty-line-before": null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user