Appearance
disallow empty single-line comments.
"stylelint-stylus/recommended"
"stylelint-stylus/standard"
true
This rule reports empty single-line comments.
{ "stylus/single-line-comment-no-empty": true }
/* stylelint rules config: {"stylus/single-line-comment-no-empty": true} */ // ✓ GOOD // single line comment // ✗ BAD // //
stylus/single-line-comment-no-empty
"stylelint-stylus/recommended"
and"stylelint-stylus/standard"
. (options:true
)📖 Rule Details
This rule reports empty single-line comments.
🔧 Options
true
👫 Related rules
📚 Further reading
🔍 Implementation