Socket
Book a DemoInstallSign in
Socket

stylelint-config-hudochenkov

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-hudochenkov

My Stylelint config

latest
Source
npmnpm
Version
12.0.0
Version published
Maintainers
1
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 23 Apr 2025

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