stylelint-config-bitcrowd
v7.0.0
Published
Bitcrowd stylelint config
Downloads
382
Maintainers
Readme
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"
}