1 Star 0 Fork 15

SeonYan/ibiz-next-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc.yaml 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
千反田丷 提交于 2023-05-18 12:39 . feat: 补充规则监测机制
root: true
extends:
[
'stylelint-config-ali',
'stylelint-config-standard',
'stylelint-config-standard-scss',
'stylelint-config-recess-order',
'stylelint-config-prettier',
'stylelint-scss',
]
rules:
annotation-no-unknown: null
color-no-invalid-hex: true
function-name-case: null # 强制样式方法名称小写或大写
no-duplicate-selectors: null
selector-class-pattern: null
scss/dollar-variable-pattern: null
scss/at-function-pattern: null
scss/dollar-variable-empty-line-before: null # 变量声明之间不可以有空白行
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/seonyan/ibiz-next-vue3.git
git@gitee.com:seonyan/ibiz-next-vue3.git
seonyan
ibiz-next-vue3
ibiz-next-vue3
main

搜索帮助