This package provides BooheeFE's base JS .stylelintrc as an extensible shared config.
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"
}