3.0.1 • Published 5 months ago

stylelint-config-standard-less v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

stylelint-config-standard-less

The standard shareable Less config for stylelint.

This config extends:

Installation

npm install stylelint-config-standard-less --save-dev

Usage

Add the standard configuration to your stylelint config:

{
  "extends": "stylelint-config-standard-less"
}