1.1.0 • Published 3 years ago

@tabianco/stylelint-config v1.1.0

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

stylelint Config

GitHub Actions npm (scoped with tag) npm

stylelint config with SCSS support.

Usage

Do you want to add the config to your own projects? There you go:

  1. Add this package to your devDependencies
$ npm i -D @tabianco/stylelint-config
# or
$ yarn add -D @tabianco/stylelint-config
  1. Install stylelint if not already present locally or globally
$ npm i -D stylelint
# or
$ yarn add -D stylelint
  1. Create a .stylelintrc file

  2. Extend our config:

{
  "extends": [
    "@tabianco/stylelint-config"
  ]
}

License

MIT - Tabian Co.