JSPM

stylelint-config-recommended-less

3.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 37735
  • Score
    100M100P100Q155455F
  • License MIT

The recommended Less config for Stylelint

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.

Installation

npm install stylelint-config-recommended-less --save-dev

Usage

Add the recommended configuration to your stylelint config:

{
  "extends": ["stylelint-config-recommended-less"]
}