1 Star 0 Fork 4

请叫我翟先生/pdf.js-4.0.379

forked from tomgu/pdf.js-4.0.379 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
guyongqiang 提交于 2024-01-06 13:12 . 初始化
{
"plugins": [
"stylelint-prettier"
],
"rules": {
"prettier/prettier": true,
"alpha-value-notation": "number",
"block-no-empty": true,
"color-function-notation": "modern",
"color-hex-length": "short",
"color-no-invalid-hex": true,
"declaration-block-no-duplicate-properties": true,
"declaration-block-no-redundant-longhand-properties": true,
"declaration-property-value-disallowed-list": {
"float": ["inline-start", "inline-end"]
},
"length-zero-no-unit": [true, {
ignore: ["custom-properties"]
}],
"selector-pseudo-element-colon-notation": "double",
"shorthand-property-no-redundant-values": true,
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jusper/pdf.js-4.0.379.git
git@gitee.com:jusper/pdf.js-4.0.379.git
jusper
pdf.js-4.0.379
pdf.js-4.0.379
master

搜索帮助