The recommended Less config for Stylelint
npm install stylelint-config-recommended-lessThe 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
``shell`
npm install stylelint-config-recommended-less --save-dev
Add the recommended configuration to your stylelint config:
`json``
{
"extends": ["stylelint-config-recommended-less"]
}