stylelint-config-recommended-less
v3.0.1
Published
The recommended Less config for Stylelint
Downloads
87,872
Readme
stylelint-config-recommended-less
The recommended base Less config for stylelint.
- Uses the postcss-less custom syntax
- Uses the stylelint-less plugin
- Extends stylelint-config-recommended
- Configures the rules to be Less specific
Installation
npm install stylelint-config-recommended-less --save-dev
Usage
Add the recommended configuration to your stylelint
config:
{
"extends": ["stylelint-config-recommended-less"]
}