Socket
Book a DemoInstallSign in
Socket

@kununu/stylelint-config

Package Overview
Dependencies
Maintainers
38
Versions
98
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

latest
Source
npmnpm
Version
4.5.3
Version published
Maintainers
38
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 20 Aug 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