1 Star 0 Fork 0

成都未来之门科技有限公司/weixin2uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
Edison 提交于 2021-11-20 19:31 .
{
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"vue/no-duplicate-attributes": [2, {
"allowCoexistClass": true,
"allowCoexistStyle": true
}],
"vue/no-parsing-error": [2, {
"x-invalid-end-tag": false
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/futuregate/weixin2uniapp.git
[email protected]:futuregate/weixin2uniapp.git
futuregate
weixin2uniapp
weixin2uniapp
master

搜索帮助