Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stylelint-config-recommended-less

stylelint-less145.3kMIT3.0.1

The recommended Less config for Stylelint

stylelint, stylelint-config, recommended, less

readme

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"]
}