1 Star 0 Fork 0

lyn0032/cocos-creator-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.json 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
zilongshanren 提交于 2016-07-27 11:07 . add eslint
{
"extends": "eslint:recommended",
"rules": {
"comma-dangle": 0,
"no-console": 0,
"no-constant-condition": 0,
"semi": 1
},
"env": {
"browser": true,
"node": true,
"es6": true,
"mocha": true
},
"plugins": [
],
"globals": {
"cc": false,
"CC_EDITOR": false,
"CC_DEV": false,
"CC_JSB": false,
"_ccsg": false
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lyn0032/cocos-creator-engine.git
git@gitee.com:lyn0032/cocos-creator-engine.git
lyn0032
cocos-creator-engine
cocos-creator-engine
master

搜索帮助