@sbaldwin24/stylelint-config
v1.0.0
Published
Sterling Baldwin's stylelint config
Downloads
2
Readme
@sbaldwin24/stylelint-config
Sterling's Stylelint configuration
Getting started
To install @sbaldwin24/stylelint-config
in your project, you will need to run the
following command using npm:
npm install -S @sbaldwin24/stylelint-config
If you prefer Yarn, use the following command instead:
yarn add @sbaldwin24/stylelint-config
Usage
You can use @sbaldwin24/stylelint-config
in your project by extending it in your
stylelint
configuration. For example, if we had a .stylelintrc
file:
{
"extends": ["@sbaldwin24/stylelint-config"]
}
🙌 Contributing
We're always looking for contributors to help us fix bugs, build new features,
or help us improve the project documentation. If you're interested, definitely
check out our Contributing Guide! 👀