3 Star 68 Fork 36

sli97/cocos-start-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
liangchaogui 提交于 2022-03-16 13:15 . init commit
{
"parser": "@typescript-eslint/parser",
"env": {
"browser": true,
"es6": true,
"node": true,
"commonjs": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint"
],
"root": true,
"globals": {
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaFeatures": {
"expperimentalObjectRestSpread": true,
"modules": true
},
"ecmaVersion": 2018,
"sourceType": "module",
"project": "./tsconfig.json",
"tsconfigRootDir": "./"
},
"plugins": [
"@typescript-eslint",
"prettier"
],
"rules": {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-member-accessibility": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-triple-slash-reference": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/no-object-literal-type-assertion": "off",
"@typescript-eslint/array-type": "off",
"@typescript-eslint/no-parameter-properties": "off",
"@typescript-eslint/no-var-requires": "off",
"no-self-assign": "off",
"quotes": [
"error",
"single"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sli97/cocos-start-demo.git
git@gitee.com:sli97/cocos-start-demo.git
sli97
cocos-start-demo
cocos-start-demo
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385