1 Star 0 Fork 853

悟共/vue-admin-beautiful

forked from good_luck/vue-admin-better 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc.js 726 Bytes
一键复制 编辑 原始数据 按行查看 历史
good_luck 提交于 2020-05-13 23:12 . 添加图形验证码组件
module.exports = {
extends: ["stylelint-config-standard", "stylelint-config-recess-order"],
rules: {
"at-rule-no-unknown": [
true,
{
ignoreAtRules: [
"mixin",
"extend",
"content",
"include",
"for",
"function",
"return",
],
},
],
"selector-pseudo-element-no-unknown": [
true,
{
ignorePseudoElements: ["v-deep"],
},
],
"selector-pseudo-class-no-unknown": [
true,
{
ignorePseudoClasses: ["export"],
},
],
indentation: 2,
"no-descending-specificity": null,
"declaration-colon-newline-after": null,
},
ignoreFiles: ["**/*.js"],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/biiliwuiid/vue-admin-beautiful.git
git@gitee.com:biiliwuiid/vue-admin-beautiful.git
biiliwuiid
vue-admin-beautiful
vue-admin-beautiful
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385