projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf031a
)
configure stylelint to not enforce blank line before comment
author
Dan Allen
<dan@opendevise.com>
Sat, 14 Oct 2017 22:04:28 +0000
(16:04 -0600)
committer
Dan Allen
<dan@opendevise.com>
Sat, 14 Oct 2017 22:06:41 +0000
(16:06 -0600)
.stylelintrc
patch
|
blob
|
history
diff --git
a/.stylelintrc
b/.stylelintrc
index
40db42c
..
ea93717
100644
(file)
--- a/
.stylelintrc
+++ b/
.stylelintrc
@@
-1,3
+1,6
@@
{
- "extends": "stylelint-config-standard"
+ "extends": "stylelint-config-standard",
+ "rules": {
+ "comment-empty-line-before": null
+ }
}