stylelint-config-bespoke
v0.1.1
Published
Linting configuration so I don't have to keep remembering all these rules for each new project
Downloads
6
Maintainers
Readme
stylelint-config-bespoke
Sorry about the name. All my first choices were taken.
Usage
Install dependencies:
npm install --save-dev stylelint stylelint-config-bespokeAdd the following to your .stylelintrc.json file:
{
"extends": "stylelint-config-bespoke"
}