加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.stylelintrc.yaml 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
千反田丷 提交于 2023-11-09 04:12 . feat: 初始化
root: true
extends:
[
'stylelint-config-standard',
'stylelint-config-standard-scss',
'stylelint-config-recess-order',
'stylelint-config-prettier',
]
rules:
annotation-no-unknown: null
color-no-invalid-hex: true
function-name-case: null # 强制样式方法名称小写或大写
no-duplicate-selectors: null
scss/dollar-variable-pattern: null
scss/at-function-pattern: null
scss/dollar-variable-empty-line-before: null # 变量声明之间不可以有空白行
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化