1.2.1 • Published 2 years ago

@danifoldi/stylelint-presets v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

This package is published from a monorepo

Check https://github.com/DaniFoldi/linters for more details.

Setup

Standard

npm i -D @danifoldi/stylelint-presets stylelint stylelint-config-recommended stylelint-order stylelint-high-performance-animation

stylelint.config.(c)js:

module.exports = {
  extends: [ '@danifoldi/stylelint-presets/standard' ]
}

Vue

npm i -D @danifoldi/stylelint-presets stylelint stylelint-config-recommended stylelint-order stylelint-high-performance-animation postcss postcss-html

stylelint.config.(c)js:

module.exports = {
  extends: [ '@danifoldi/stylelint-presets/vue' ]
}

Scss

npm i -D @danifoldi/stylelint-presets stylelint stylelint-config-recommended stylelint-order stylelint-high-performance-animation postcss postcss-scss sass stylelint-config-recommended-scss stylelint-scss

stylelint.config.(c)js:

module.exports = {
  extends: [ '@danifoldi/stylelint-presets/scss' ]
}

Vue-scss

npm i -D @danifoldi/stylelint-presets stylelint stylelint-config-recommended stylelint-order stylelint-high-performance-animation postcss postcss-html postcss-scss sass stylelint-config-recommended-scss stylelint-scss

stylelint.config.(c)js:

module.exports = {
  extends: [ '@danifoldi/stylelint-presets/vue-scss' ]
}

Paintbrush

npm i -D @danifoldi/stylelint-presets stylelint stylelint-config-recommended stylelint-order stylelint-high-performance-animation postcss postcss-html postcss-scss sass stylelint-config-recommended-scss stylelint-scss

stylelint.config.(c)js:

module.exports = {
  extends: [ '@danifoldi/stylelint-presets/paintbrush' ]
}

Contributing

I have not tested all combinations, but they should work. If they don't, feel free to open an issue or PR.