1 Star 0 Fork 79

王小氘/Vant

forked from idea man/Vant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 519 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
root: true,
env: {
jest: true
},
extends: ['plugin:vue-libs/recommended', 'plugin:vue/strongly-recommended'],
rules: {
semi: ['error', 'always'],
'space-before-function-paren': ['error', 'never'],
'vue/require-v-for-key': 0,
'vue/require-default-prop': 0,
'vue/name-property-casing': 0,
'vue/max-attributes-per-line': [
2,
{
singleline: 5,
multiline: {
max: 5,
allowFirstLine: false
}
}
]
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wongq/Vant.git
git@gitee.com:wongq/Vant.git
wongq
Vant
Vant
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385