stylelint-config-booheefe
v1.0.8
Published
Stylelint config for Boohee FE team
Downloads
6
Maintainers
Readme
stylelint-config-booheefe
This package provides BooheeFE's base JS .stylelintrc as an extensible shared config.
Usage
Our default export contains all of our stylelint rules.
First, install this package
yarn add --dev stylelint-config-booheefe stylelint
or
npm install --save-dev stylelint-config-booheefe stylelint
Then add following contents to your .stylelintrc file
{
"extends": "stylelint-config-booheefe"
}