Closed8

【2022Q4】Stylelint 14のSass(SCSS)用既製config調査

macropygiamacropygia

stylelint-config-sass-guidelines

https://github.com/bjankord/stylelint-config-sass-guidelines

https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/index.js

  • 他のルールを継承していない
  • orderプラグインを含む
    • properties-alphabetical-ordertrue のため並び替えを別途行う場合は明示的に null にする必要がある
  • 逆に postcss-scss は含まない
  • standard版とは命名規則が若干異なる
macropygiamacropygia

課題

  • all: unset を上部(変数より下、at-rulesより上)に単独で置きたいことがあるが、orderプラグインでは対応できなさそう
このスクラップは2023/02/01にクローズされました