@danifoldi/stylelint-presets

1.2.1 • Public • Published

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.

Package Sidebar

Install

npm i @danifoldi/stylelint-presets

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

10.1 kB

Total Files

9

Last publish

Collaborators

  • danifoldi