You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@sumup-oss/stylelint-plugin-circuit-ui

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sumup-oss/stylelint-plugin-circuit-ui

Stylelint rules to lint Circuit UI.

4.0.0
latest
Source
npmnpm
Version published
Weekly downloads
3K
12.43%
Maintainers
4
Weekly downloads
 
Created
Source

@sumup-oss/stylelint-plugin-circuit-ui

Stylelint 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-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

Keywords

sumup

FAQs

Package last updated on 07 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts