1.0.0 • Published 5 months ago

@yandongxu/stylelint-config v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

README

Setup

pnpm i @yandongxu/stylelint-config stylelint -D

Usage

/**
 * @type {import("stylelint").Config}
 */
module.exports = {
  extends: [
    "@yandongxu/stylelint-config"
  ],
  rules: {
    // 'no-descending-specificity': null, // 不强制顺序
    // 'no-duplicate-selectors': null, // 允许存在重复的选择器
  },
}
1.0.0

5 months ago