configure stylelint to not enforce blank line before comment

This commit is contained in:
Dan Allen
2017-10-14 16:04:28 -06:00
parent daf031a5cc
commit d2a293c004

View File

@@ -1,3 +1,6 @@
{
"extends": "stylelint-config-standard"
"extends": "stylelint-config-standard",
"rules": {
"comment-empty-line-before": null
}
}