1 Star 11 Fork 8

三脚含树/vue3-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
stylelint.config.cjs 950 Bytes
一键复制 编辑 原始数据 按行查看 历史
三脚含树 提交于 2022-12-12 16:50 +08:00 . 1 添加全局导入静态资源提示
module.exports = {
"extends": [
"stylelint-config-recommended",
"stylelint-config-standard",
"stylelint-config-standard-scss"
],
"rules": {
"custom-property-empty-line-before": null,
"rule-empty-line-before": null,
"selector-class-pattern": null,
"max-line-length": null,
"scss/no-global-function-names": null,
"selector-pseudo-class-no-unknown": [
true,
{
ignorePseudoClasses: ["global"]
}
],
"selector-pseudo-element-no-unknown": [
true,
{
ignorePseudoElements: ["v-deep"]
}
],
"no-empty-source": null,
"named-grid-areas-no-invalid": null,
"unicode-bom": "never",
"no-descending-specificity": null,
"font-family-no-missing-generic-family-keyword": null,
"declaration-colon-space-after": "always-single-line",
"declaration-colon-space-before": "never",
"unit-no-unknown": [true, { ignoreUnits: ["rpx"] }]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/aj_aj/vue3-template.git
git@gitee.com:aj_aj/vue3-template.git
aj_aj
vue3-template
vue3-template
master

搜索帮助