Stylelint configuration for Carbon
To install stylelint-config-carbon
in your project, you will need to run the
following command using npm:
npm install -S stylelint-config-carbon
If you prefer Yarn, use the following command instead:
yarn add stylelint-config-carbon
You can use stylelint-config-carbon
in your project by extending it in your
stylelint
configuration. For example, if we had a .stylelintrc
file:
{
"extends": ["stylelint-config-carbon"]
}
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! 👀
Licensed under the Apache 2.0 License.