New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@acolorbright/stylelint-config

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acolorbright/stylelint-config

Stylelint config for ACB

  • 5.1.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

stylelint-config

Stylelint config providing ACB's standard linting setup for styles.

Installation

npm install -DE @acolorbright/stylelint-config@latest

Usage

To start using this configuration, extend this package in your Stylelint configuration.

{
  "extends": "@acolorbright/stylelint-config",
  "rules": {
    // Add additional rules here
  }
}

For more information on configuring Stylelint, check out the configuration guide.

Property Ordering

Property ordering is performed according to the SMACSS methodology, with empty lines enforced between property groups.

Refer to css-property-sort-order-smacss for the comprehensive list of property orders.

FAQs

Package last updated on 29 Mar 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc