1 Star 0 Fork 28

techferryman/halo-theme-joe2.0

forked from qinhua/halo-theme-joe2.0 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc 864 Bytes
一键复制 编辑 原始数据 按行查看 历史
qinhua 提交于 2021-12-08 23:51 . 代码块语言和自定义标题支持
{
"extends": "stylelint-config-recommended",
"overrides": [{
"ignoreFiles": [
"source/lib/**/*.css",
"source/css/min.css"
],
"files": ["source/css/*.less"],
"rules": {
"no-descending-specificity": null,
"no-invalid-double-slash-comments": null,
"block-closing-brace-empty-line-before": null,
"block-closing-brace-newline-after": null,
"block-closing-brace-newline-before": null,
"block-closing-brace-space-before": null,
"block-opening-brace-newline-after": null,
"block-opening-brace-space-after": null,
"block-opening-brace-space-before": null,
"declaration-block-semicolon-newline-after": null,
"declaration-block-semicolon-space-after": null,
"declaration-block-semicolon-space-before": null,
"declaration-block-trailing-semicolon": null
}
}]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/iwen-gitee/halo-theme-joe2.0.git
git@gitee.com:iwen-gitee/halo-theme-joe2.0.git
iwen-gitee
halo-theme-joe2.0
halo-theme-joe2.0
master

搜索帮助