JSPM

stylelint-config-standard-less

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27360
  • Score
    100M100P100Q146669F
  • License MIT

The standard Less config for Stylelint

Package Exports

  • stylelint-config-standard-less
  • stylelint-config-standard-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-standard-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-standard-less

The standard shareable Less config for stylelint.

This config extends:

Installation

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

Usage

Add the standard configuration to your stylelint config:

{
  "extends": "stylelint-config-standard-less"
}