You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@kununu/stylelint-config

Package Overview
Dependencies
Maintainers
40
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kununu/stylelint-config

kununu's stylelint config

4.5.1
latest
Source
npmnpm
Version published
Weekly downloads
747
-36.04%
Maintainers
40
Weekly downloads
 
Created
Source

@kununu/stylelint-config

kununu style linter configuration

These configurations are for stylelint linter.

📦 Installation

Add @kununu/stylelint-config npm package as a dev dependency to your project:

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

💻 Usage

Create a .stylelintrc file with the following configuration:

{
  "extends": "@kununu/stylelint-config"
}

See docs to find more detailed information on stylelint configuration and usage.

And add


"lint": "stylelint '**/*.scss'",

to your npm file.

⚡️ Editor Plugins

At kununu, @kununu/stylelint-config linter runs on every commit, but finding a lint error after push can be frustrating and a waste time. In order to avoid it, editor plugins are available to warn you and validate your code.

There's what we use and recommend:

Atom

  • linter-stylelint

Visual Code Studio

Keywords

stylelint

FAQs

Package last updated on 04 Jul 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