1 Star 0 Fork 126

PbEeNiG/wux-weapp

forked from skyvow/wux-weapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
skyvow 提交于 2019-12-19 14:17 . add lint conf
module.exports = {
"root": true,
"globals": {
"getApp": false,
"getCurrentPages": false,
"Page": false,
"Component": false,
"App": false,
"wx": false,
"Behavior": false
},
"parser": "babel-eslint",
"plugins": [
"import"
],
"rules": {
"indent": [2, 4, { "SwitchCase": 2 }],
"quotes": [2, "single"],
"strict": [2, "never"],
"comma-dangle": [2, "always-multiline"],
"array-bracket-newline": [2, "consistent"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xpeng_admin/wux.git
git@gitee.com:xpeng_admin/wux.git
xpeng_admin
wux
wux-weapp
master

搜索帮助