2 Star 1 Fork 0

mirrors_cocos-creator / taxi-game-in-dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslint.json 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
JoneLau 提交于 2021-01-22 14:25 . update resources
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"quotemark": [
true,
"single"
],
"one-line": [
true,
"check-open-brace"
],
"no-console": false,
"space-before-function-paren": true,
"max-classes-per-file": false,
"variable-name": false,
"object-literal-sort-keys": false,
"ban-types": false,
"no-bitwise": false,
"no-empty": false,
"radix": false,
"max-line-length": [
true,
160
]
},
"rulesDirectory": []
}
1
https://gitee.com/mirrors_cocos-creator/taxi-game-in-dashboard.git
git@gitee.com:mirrors_cocos-creator/taxi-game-in-dashboard.git
mirrors_cocos-creator
taxi-game-in-dashboard
taxi-game-in-dashboard
v3.0

搜索帮助