JSPM

stylelint-config-conform

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q24706F
  • License ISC

conform CSS规范

Package Exports

  • stylelint-config-conform
  • stylelint-config-conform/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-conform) 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-conform

支持配套的 stylelint 可共享配置

安装

需要先行安装 stylelintstylelint-scss

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

使用

.stylelintrc 中继承本包:

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