JSPM

stylelint-order-config-standard

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 421
  • Score
    100M100P100Q100392F
  • License MIT

Package Exports

  • stylelint-order-config-standard

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-order-config-standard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

stylelint-order-config-standard

Install

npm i -D stylelint stylelint-order stylelint-order-config-standard

Usage

// .stylelintrc
{
  "stylelint": {
    "extends": [
      // ...
      "stylelint-order-config-standard"
      // ...
    ],
    "plugins": [
      // ...
      "stylelint-order"
      // ...
    ]
  }
}