1 Star 1 Fork 0

银河六队/earMonster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc.js 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
02359935 提交于 2022-07-20 17:34 . 处理代码上传
module.exports = {
extends: [
'stylelint-config-standard',
'stylelint-config-recess-order', // 检查属性顺序
'stylelint-config-prettier',
],
plugins: ['stylelint-scss'],
rules: {
indentation: 'tab',
// 禁止使用可以缩写却不缩写的属性
'declaration-block-no-redundant-longhand-properties': true,
'at-rule-no-unknown': [
true,
{
ignoreAtRules: [
'extend',
'at-root',
'debug',
'warn',
'error',
'if',
'else',
'for',
'each',
'use',
'while',
'mixin',
'include',
'content',
'return',
'function',
],
},
],
'selector-pseudo-element-no-unknown': [
true,
{
ignorePseudoElements: ['v-deep'],
},
],
'no-descending-specificity': null,
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/duochan/earMonster.git
[email protected]:duochan/earMonster.git
duochan
earMonster
earMonster
master

搜索帮助