Package Exports
- stylelint-config-recommended-less
- stylelint-config-recommended-less/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stylelint-config-recommended-less) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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"]
}