4.0.0 • Published 2 months ago
@sumup-oss/stylelint-plugin-circuit-ui v4.0.0
@sumup-oss/stylelint-plugin-circuit-ui
Stylelint rules to help users follow best practices when using Circuit UI.
Installation
Depending on your preference, run one of the following in your terminal:
# With npm
npm install --save-dev @sumup-oss/stylelint-plugin-circuit-ui
# With yarn v1
yarn add --dev @sumup-oss/stylelint-plugin-circuit-ui
Usage
Add the plugin to your Stylelint configuration file:
{
"plugins": ["@sumup-oss/stylelint-plugin-circuit-ui"]
}
Rules are configured under the rules section:
{
"rules": {
"circuit-ui/<rule-name>": true
}
}
Supported Rules
4.0.0
2 months ago
4.0.0-next.0
4 months ago
3.0.0
9 months ago
3.0.0-next.2
9 months ago
3.0.0-next.1
11 months ago
3.0.0-next.0
11 months ago