6.0.0 • Published 4 months ago

stylelint-config-bitcrowd v6.0.0

Weekly downloads
41
License
ISC
Repository
github
Last release
4 months ago

stylelint-config-bitcrowd

This package provides bitcrowd’s .stylelintrc as an extensible shared config.

It is derived from stylelint-config-standard-scss.

Usage

Install the package:

npm install --save-dev stylelint-config-bitcrowd

Then add the package to your local .stylelintrc:

{
  "extends": "stylelint-config-bitcrowd"
}