6.0.0 • Published 2 months ago
@sumup-oss/eslint-plugin-circuit-ui v6.0.0
@sumup-oss/eslint-plugin-circuit-ui
ESLint 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/eslint-plugin-circuit-ui
# With yarn v1
yarn add --dev @sumup-oss/eslint-plugin-circuit-ui
Usage
Add the plugin to your ESLint configuration file:
{
"plugins": ["@sumup-oss/circuit-ui"]
}
Rules are configured under the rules section:
{
"rules": {
"@sumup-oss/circuit-ui/<rule-name>": "error"
}
}
Supported Rules
6.0.0
2 months ago
6.0.0-next.0
4 months ago
5.1.1
8 months ago
5.1.0
9 months ago
5.0.0
9 months ago
5.0.0-next.5
9 months ago
5.0.0-next.4
9 months ago
5.0.0-next.2
9 months ago
5.0.0-next.3
9 months ago
5.0.0-next.1
11 months ago
5.0.0-next.0
11 months ago