1 Star 0 Fork 15

ph1112/CocosCreator-GG-Framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
ZhitaoCai 提交于 2020-12-21 10:49 . 整理 eslint 和 prettierrc
{
"name": "cocoscreator-gg-framework",
"version": "1.0.0",
"description": "Cocos Creator Go Game Framework",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint assets --ext .js,.ts"
},
"author": "caizhitao",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zhitaocai/CocosCreator-GG-Framework.git"
},
"keywords": [
"cocos",
"creator",
"gg",
"framework"
],
"bugs": {
"url": "https://github.com/zhitaocai/CocosCreator-GG-Framework/issues"
},
"homepage": "https://github.com/zhitaocai/CocosCreator-GG-Framework#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.16.0",
"eslint-config-alloy": "^3.8.2",
"eslint-config-prettier": "^7.1.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
},
"dependencies": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ph1112/CocosCreator-GG-Framework.git
git@gitee.com:ph1112/CocosCreator-GG-Framework.git
ph1112
CocosCreator-GG-Framework
CocosCreator-GG-Framework
master

搜索帮助