🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@cmsgov/stylelint-config-design-system

Package Overview
Dependencies
Maintainers
39
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmsgov/stylelint-config-design-system

A sharable stylelint config that enforces the design system's CSS and Sass rules

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
6
Maintainers
39
Weekly downloads
 
Created
Source

A sharable stylelint config object that enforces the design system's CSS and Sass rules

Installation

npm install @cmsgov/stylelint-config-design-system stylelint --save-dev

Usage

Once installed, you can use it by specifying @cmsgov/stylelint-config-design-system in the extends section of your Stylelint configuration.

{
  extends: ["@cmsgov/stylelint-config-design-system"],
  rules: {
    // Additional, per-project rules...
  }
}

Credits

Our stylelint rules are based on those in @18F/stylelint-rules and stylelint-config-primer

FAQs

Package last updated on 04 Aug 2020

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