stylelint-config-standard-less
The standard shareable Less config for stylelint.
This config extends:
Installation
npm install stylelint-config-standard-less --save-devUsage
Add the standard configuration to your stylelint config:
{
"extends": "stylelint-config-standard-less"
}