-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hey there :)
I've just tried to add stylelint-stylus to our codebase and came across a bug in the semicolon rule.
using "stylus/semicolon": "always", the semicolon is added after the single line comment
before:
height: 40px // comment
after:
height: 40px // comment;
this causes the linter to still throw an error, as the semicolon is not part of the code, but part of the comment
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working