1 Star 0 Fork 0

Jno/cocos-example-materials

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
jk20012001 提交于 2023-05-19 16:17 . initialize
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"quotemark": [
true,
"single"
],
"one-line": [
true,
"check-open-brace"
],
"no-namespace": false,
"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,
"prefer-for-of": false,
"forin":false,
"max-line-length": [
true,
160
]
},
"rulesDirectory": []
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzf2019/cocos-example-materials.git
git@gitee.com:zzf2019/cocos-example-materials.git
zzf2019
cocos-example-materials
cocos-example-materials
main

搜索帮助