1 Star 0 Fork 209

Olyvcn/Taro

forked from 凹凸实验室/Taro 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
luckyadam 提交于 2019-08-07 14:59 . fix(taro): 增加 Map polyfill
module.exports = {
extends: ['standard', 'standard-jsx'],
env: {
browser: true,
node: true,
es6: true,
jest: true
},
globals: {
wx: true,
my: true,
swan: true,
tt: true,
qq: true,
getApp: true,
__wxRoute: true,
getCurrentPages: true,
requirePlugin: true
},
rules: {
'no-unused-expressions': 0,
'no-useless-constructor': 0
},
settings: {
react: {
pragma: 'Nerv'
}
},
parser: 'babel-eslint'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/olyvcn/Taro.git
git@gitee.com:olyvcn/Taro.git
olyvcn
Taro
Taro
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385