4.1.0 • Published 2 months ago

@sumup/eslint-plugin-circuit-ui v4.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

@sumup/eslint-plugin-circuit-ui

ESLint rules to help users follow best practices when using Circuit UI.

Stars Version Coverage License Contributor Covenant

Installation

Depending on your preference, run one of the following in your terminal:

# With npm
npm install --save-dev @sumup/eslint-plugin-circuit-ui

# With yarn v1
yarn add --dev @sumup/eslint-plugin-circuit-ui

Usage

Add the plugin to your ESLint configuration file:

{
  "plugins": ["@sumup/circuit-ui"]
}

Rules are configured under the rules section:

{
  "rules": {
    "@sumup/circuit-ui/<rule-name>": "error"
  }
}

Supported Rules

5.0.0-next.2

2 months ago

5.0.0-next.1

3 months ago

4.1.1-next.0

3 months ago

5.0.0-canary.1

5 months ago

4.1.0

5 months ago

5.0.0-canary.0

5 months ago

4.0.0-canary.2

5 months ago

4.0.0

5 months ago

4.0.0-canary.1

5 months ago

4.0.0-canary.0

5 months ago

3.1.0

8 months ago

3.0.0-next.2

10 months ago

3.0.0-next.1

10 months ago

3.0.0

9 months ago

3.0.0-next.0

10 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.0

11 months ago

0.1.0

12 months ago

0.0.2

12 months ago

0.0.1

1 year ago