Ai
2 Star 0 Fork 0

coderlelouch/admin-ant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc.js 762 Bytes
一键复制 编辑 原始数据 按行查看 历史
coderlelouch 提交于 2023-06-03 09:14 +08:00 . 模板引入
module.exports = {
'extends': 'stylelint-config-airbnb',
'plugins': ['stylelint-order', 'stylelint-scss'],
'rules': {
"indentation": "tab",
// scss 语法提示
// 参考 https://github.com/stylelint/stylelint/issues/3190
'at-rule-no-unknown': null,
'scss/at-rule-no-unknown': true,
"scss/dollar-variable-pattern": "$",
'max-nesting-depth':10,
'selector-max-id':10,
// css书写顺序
// 'order/order': [
// 'declarations',
// 'custom-properties',
// 'dollar-variables',
// 'rules',
// 'at-rules'
// ],
// 'order/properties-order': [
// 'position',
// 'z-index',
// // 其他样式的顺序
// ],
// 其他规则
'no-empty-source': null,
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codelelouch/admin-ant.git
git@gitee.com:codelelouch/admin-ant.git
codelelouch
admin-ant
admin-ant
master

搜索帮助