1 Star 0 Fork 0

Hullhj/electronic-wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kulbear 提交于 2017-02-09 15:46 . Update dependencies
{
"parser": "babel-eslint",
"extends": "airbnb/base",
"rules": {
"strict": "off",
"max-len": "off",
"prefer-template": "warn",
"arrow-body-style": "off",
"no-unused-vars": "warn",
"no-undef": "off",
"array-callback-return": "off",
"no-confusing-arrow": "off",
"consistent-return": "warn",
"no-param-reassign": "off",
"default-case": "off",
"guard-for-in": "off",
"no-restricted-syntax": "off",
"no-underscore-dangle": "off",
"new-cap": "warn",
"no-console": "off",
"global-require": "off",
"class-methods-use-this": "warn"
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hullhj/electronic-wechat.git
git@gitee.com:hullhj/electronic-wechat.git
hullhj
electronic-wechat
electronic-wechat
master

搜索帮助