4.0.0 • Published 3 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
3 months ago
4.0.0-next.0
5 months ago
3.0.0
10 months ago
3.0.0-next.2
10 months ago
3.0.0-next.1
12 months ago
3.0.0-next.0
12 months ago