3.0.1 • Published 5 months ago

stylelint-config-recommended-less v3.0.1

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

stylelint-config-recommended-less

The recommended base Less config for stylelint.

Installation

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

Usage

Add the recommended configuration to your stylelint config:

{
  "extends": ["stylelint-config-recommended-less"]
}