Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jenssimon/stylelint-config

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jenssimon/stylelint-config

A collection of shareable Stylelint configurations

  • 5.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
304
increased by6.67%
Maintainers
0
Weekly downloads
 
Created
Source

NPM version Downloads star this repo fork this repo Build Status

stylelint-config

A collection of shareable Stylelint configurations

Installation

$ yarn add @jenssimon/stylelint-config --dev

Configurations

Default configuration

This configuration targets projects using Sass. It is based on stylelint-config-standard.

{
  "extends": [
    "@jenssimon/stylelint-config"
  ]
}

Optionally you can enable style order and use @jenssimon/stylelint-config/order.

Base configuration

This configuration is the Default configuration without the rules for Sass in the default configuration.

{
  "extends": [
    "@jenssimon/stylelint-config/base"
  ]
}

For style order use @jenssimon/stylelint-config/base-order.

SFRA configuration

This is the configuration for the Salesforce Commerce Cloud (SFCC) Storefront Reference Architecture (SFRA),

{
  "extends": [
    "@jenssimon/stylelint-config/sfra"
  ]
}

License

MIT © 2023 Jens Simon

Keywords

FAQs

Package last updated on 22 Sep 2024

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