at-rule-empty-line-before
Require or disallow an empty line before at-rules.
a {}
/* ← */
@media {} /* ↑ */
/** ↑
* This line */
This rule ignores:
- at-rules that are the very first node in the source
@import
in Less.
The fix
option can automatically fix all of the problems reported by this rule.
Options
string
: "always"|"never"