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

@sweetalert2/stylelint-config

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sweetalert2/stylelint-config

stylelint shareable config for the SweetAlert2 SCSS coding style

  • 3.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

stylelint shareable config for the SweetAlert2 SCSS coding style

Build Status npm version semantic-release

SCSS linting rules, this extends the basic stylelint rules for use with SweetAlert2's projects.


Installation

yarn add @sweetalert2/stylelint-config

.stylelintrc

{
  "extends": "@sweetalert2/stylelint-config",
  "rules": {
    // Additional, per-project rules...
  }
}

example package.json script

"scripts": {
  "lint:scss": "stylelint **/*.scss --cache",
}

which would allow you to lint your project via yarn lint:scss

FAQs

Package last updated on 12 Jan 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