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

@netzstrategen/stylelint-config

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netzstrategen/stylelint-config

Stylelint configuration for netzstrategen projects.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

Netzstrategen stylelint config

Standard stylelint config for Netzstrategen projects.

Installation

Install the configuration and all peer dependencies:

npm install --save-dev @netzstrategen/stylelint-config stylelint

Usage

Create the stylelint configuration

Create a stylelint configuration json file:

.stylelintrc.json

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

Modifying the config

Overwrite rules from the default Netzstrategen config:

{
  "extends": [
    "stylelint-config-netzstrategen"
  ],
  "rules": {
    "no-empty-source": null
  }
}

Stylelint has an extensive list of rules. Additional rules are provided by the following packages:

Keywords

FAQs

Package last updated on 10 Nov 2022

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