@10stars/stylelint-config

1.6.0 • Public • Published

@10stars/stylelint-config

Install

npm i -g \
  stylelint \
  @10stars/stylelint-config

Set up your global stylelint rules

Copy user-config/.stylelintrc.js to ~/.stylelintrc.js

cp user-config/.stylelintrc.js ~/.stylelintrc.js

Extending the config

Simply add a "rules" key to your config, then add your overrides and additions there.

For example, to turn off the block-no-empty rule:

module.exports = {
  extends: "/usr/local/lib/node_modules/@10stars/stylelint-config", // use only this
  rules: {
    "block-no-empty": null,
  },
}

Package Sidebar

Install

npm i @10stars/stylelint-config

Weekly Downloads

0

Version

1.6.0

License

MIT

Unpacked Size

12 kB

Total Files

4

Last publish

Collaborators

  • o_alexandrov