129 Star 520 Fork 125

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"]
}
}
JavaScript
1
https://gitee.com/skyvow/wux.git
git@gitee.com:skyvow/wux.git
skyvow
wux
wux-weapp
master

搜索帮助