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

stylelint-config-hudochenkov

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-hudochenkov

My Stylelint config

11.0.0
latest
Source
npm
Version published
Weekly downloads
15K
26.52%
Maintainers
0
Weekly downloads
 
Created
Source

stylelint-config-hudochenkov

My configs for Stylelint. Uses rules from stylelint-order.

Available configs:

  • stylelint-config-hudochenkov — default config which includes rules from Stylelint core only.
  • stylelint-config-hudochenkov/order — config for order of content within declaration blocks and properties order. Uses stylelint-order.
  • stylelint-config-hudochenkov/full — combines all configs above.

Installation

Install config:

npm install --save-dev stylelint-config-hudochenkov

Usage

Add chosen config to the extends section of your Stylelint configuration:

{
	"extends": ["stylelint-config-hudochenkov"]
}
{
	"extends": ["stylelint-config-hudochenkov/full"]
}

Recommended to run Stylelint with --max-warnings flag, because many rules has warning severity:

stylelint "**/*.css" --max-warnings 0

FAQs

Package last updated on 06 Nov 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