@tabianco/stylelint-config

1.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @tabianco/stylelint-config

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

2.74 kB

Total Files

4

Last publish

Collaborators

  • kulikala