1 Star 1 Fork 4

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangjin 提交于 2023-10-07 13:07 +08:00 .
{
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"vue/multi-word-component-names": [
"error",
{
"ignores": []
}
],
"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/weixin2vue.git
git@gitee.com:futuregate/weixin2vue.git
futuregate
weixin2vue
weixin2vue
master

搜索帮助