JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 910
  • Score
    100M100P100Q103756F
  • License MPL-2.0

stylelint shareable config for Alibaba F2E Guidelines

Package Exports

  • stylelint-config-ali
  • stylelint-config-ali/index.cjs

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

本包提供了《阿里巴巴前端规约 - CSS 编码规约》配套的 stylelint 可共享配置

安装

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

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

使用

在你的 .stylelintrc 中继承本包:

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