Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit d0c8409

Browse files
committed
Configure hound to ignore /// comment style
Sassdoc uses a triple dash comment style to mark its content.
1 parent a5ef5cc commit d0c8409

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scss-lint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ linters:
167167
enabled: true
168168
style: one_space
169169

170+
SpaceAfterComment:
171+
enabled: false
172+
allow_empty_comments: true
173+
170174
SpaceAfterPropertyColon:
171175
enabled: true
172176
style: one_space

0 commit comments

Comments
 (0)