0.0.10 • Published 2 years ago

@wsvaio/stylelint-config v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@wsvaio/stylelint-config

Size Version Languages License Star Download

一个stylelint配置

  • 兼容less、scss、vue、html
  • 属性排序

安装

pnpm i -D stylelint @wsvaio/stylelint-config

配置

在根目录下新建.stylelintrc.json

{
  "root": true,
  "extends": ["@wsvaio/stylelint-config"],
  "rules": {
    // 可重写一些规则
  }
}
0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago