1 Star 0 Fork 1

SiteOL 站线 / stone-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc.js 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
米虫 提交于 2023-03-30 08:56 . 基座工程
module.exports = {
extends: [
'stylelint-config-standard',
'stylelint-config-rational-order',
'stylelint-config-prettier',
'stylelint-config-recommended-vue',
],
defaultSeverity: 'warning',
plugins: ['stylelint-order'],
rules: {
'at-rule-no-unknown': [
true,
{
ignoreAtRules: ['plugin'],
},
],
'rule-empty-line-before': [
'always',
{
except: ['after-single-line-comment', 'first-nested'],
},
],
'selector-pseudo-class-no-unknown': [
true,
{
ignorePseudoClasses: ['deep'],
},
],
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/siteol-com/stone-ui.git
git@gitee.com:siteol-com/stone-ui.git
siteol-com
stone-ui
stone-ui
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891