1 Star 0 Fork 10

南鹏飞 / dgiot-konva-editior

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc.js 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
extends: 'stylelint-config-standard',
rules: {
'color-no-invalid-hex': true,
'rule-empty-line-before': null,
'color-hex-length': 'long',
'color-hex-case': 'lower',
'unit-allowed-list': ['vh', 'em', 'rem', '%', 's', 'px'],
'declaration-colon-newline-after': null,
'declaration-block-no-duplicate-properties': [
true,
{
ignore: ['consecutive-duplicates-with-different-values'],
},
],
},
};
JavaScript
1
https://gitee.com/npf/dgiot-konva-editior.git
git@gitee.com:npf/dgiot-konva-editior.git
npf
dgiot-konva-editior
dgiot-konva-editior
master

搜索帮助