Есть ли правило стиля, чтобы получить следующее?
Я прочитал документацию, но не смог найти
/* bad */ a { color: pink; } /* good */ a { color: pink; }
Это решает мою проблему
"declaration-empty-line-before": ["always", { "except": ["first-nested"], "ignore": ["after-comment", "after-declaration"] }],
Ссылка: https://stylelint.io/user-guide/rules/declaration-empty-line-before/#first-nested