stylus/selector-list-comma-newline-after
require a newline or disallow whitespace after the commas of selector lists.
- ⚙️ This rule is included in
"stylelint-stylus/standard". (options:"always") - 🔧 The fix option can automatically fix some of the problems reported by this rule.
📖 Rule Details
This rule require a newline whitespace after the commas of selector lists.
❓ Why Not Use stylelint Rule
The selector-list-comma-newline-after rule incorrectly report errors in Stylus.
This problem is that the core rules do not understand that can omit commas in Stylus.
The stylus/selector-list-comma-newline-after rule understands that can omit commas in Stylus.
🔧 Options
json
{
"stylus/selector-list-comma-newline-after": ["always" | "always-multi-line" | "never-multi-line"]
}