JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 608
  • Score
    100M100P100Q100635F
  • License ISC

stylelint shareable config for ali

Package Exports

  • stylelint-config-ali
  • stylelint-config-ali/essential

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-ali) 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-ali

Installation

除了本包,你需要同时安装 stylelintstylelint-scss

npm install stylelint-config-ali stylelint stylelint-scss --save-dev

Usage

在你的 .stylelintrc 中继承本包:

{
  "extends": "stylelint-config-ali"
}