1.2.1 • Published 2 years ago

@redco/stylelint-config-hdred v1.2.1

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

redco

A bundled version of stylelint with a pre-specified ruleset for Vue-related projects with scss.

How to use?

  1. Uninstall everything related to stylelint
    1. stylelint itself
    2. all stylelint configs (stylelint-config-*)
    3. all stylelint rules (stylelint-*)
  2. Remove everything from your .stylelintrc
  3. Add the following lines to your .stylelintrc:
{
  "extends": [
    "@redco/stylelint-config-hdred"
  ]
}
  1. That's it. Your done!

How to extend or change the config?

This section will be described in the near future.