6.0.0 • Published 3 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
3 months ago
6.0.0-next.0
5 months ago
5.1.1
9 months ago
5.1.0
10 months ago
5.0.0
10 months ago
5.0.0-next.5
10 months ago
5.0.0-next.4
10 months ago
5.0.0-next.2
10 months ago
5.0.0-next.3
10 months ago
5.0.0-next.1
12 months ago
5.0.0-next.0
12 months ago