代码拉取完成,页面将自动刷新
同步操作将从 长胖是个梦想/CocosCreator-GG-Framework 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"linterOptions": {
"exclude": [
"./**/*.d.ts"
]
},
"rules": {
"space-before-function-paren": false,
"semicolon": [
true,
"always"
],
"no-var-keyword": true,
"no-unused-variable": [
false,
{
"ignore-pattern": "^_"
}
],
"trailing-comma": [
false,
{
"multiline": "always",
"singleline": "never"
}
],
"class-name": false,
"comment-format": [
true,
"check-space"
],
"indent": [
true,
"spaces",
4
],
"linebreak-style": [
true,
"LF"
],
"no-eval": true,
"no-internal-module": true,
"no-trailing-whitespace": false,
"one-line": [
true,
"check-open-brace",
"check-whitespace"
],
"quotemark": [
true,
"double"
],
"triple-equals": [
true,
"allow-null-check"
],
"typedef-whitespace": [
true,
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
}
],
"variable-name": [
true,
"ban-keywords"
],
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"
],
"member-access": [
true,
"no-public"
],
"member-ordering": [
false,
{
"order": [
"public-static-field",
"protected-static-field",
"private-static-field",
"public-instance-field",
"protected-instance-field",
"private-instance-field",
"public-constructor",
"public-static-method",
"protected-static-method",
"private-static-method",
"public-instance-method",
"protected-instance-method",
"private-instance-method"
]
}
],
"no-duplicate-variable": true,
"no-unused-expression": false,
"curly": true,
"no-arg": true,
"no-switch-case-fall-through": true,
"no-unnecessary-initializer": true
},
"jsRules": {
"triple-equals": [
true,
"allow-null-check"
]
},
"defaultSeverity": "warning"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。