1 Star 0 Fork 27

amtech / mpx

forked from DiDi-opensource / mpx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
skyADMIN 提交于 2018-12-06 17:05 . init
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module'
},
extends: 'standard',
plugins: [
'html'
],
'globals': {
'wx': false,
'my': false,
'Component': false,
'Page': false,
'App': false
},
rules: {
'no-cond-assign': 0
}
}
JavaScript
1
https://gitee.com/amtech/mpx.git
git@gitee.com:amtech/mpx.git
amtech
mpx
mpx
master

搜索帮助