1 Star 0 Fork 128

我还是我 / meta2d.js_20240306

forked from 我还是我 / meta2d.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 993 Bytes
一键复制 编辑 原始数据 按行查看 历史
anan 提交于 2022-12-08 18:02 . update
{
"rules": {
"no-console": [true, "log"],
"no-construct": true,
"no-duplicate-imports": true,
"no-duplicate-variable": true,
"no-jasmine-focus": true,
"no-var-keyword": true,
"prefer-literal": [true, "object"],
"require-internal-with-underscore": true,
"no-toplevel-property-access": [true, "packages/**/src/"],
"semicolon": [true, "always", "ignore-bound-class-methods"],
"variable-name": [true, "ban-keywords"],
"no-inner-declarations": [true, "function"],
"no-debugger": true
},
"jsRules": {
"no-console": [true, "log"],
"no-duplicate-imports": true,
"no-duplicate-variable": true,
"no-jasmine-focus": true,
"require-internal-with-underscore": true,
"semicolon": [true, "always", "ignore-bound-class-methods"],
"variable-name": [true, "ban-keywords"],
"no-inner-declarations": [true, "function"]
},
"linterOptions": {
"exclude": ["**/node_modules/**/*", "./dist/**/*", "./bundle/**/*"]
}
}
JavaScript
1
https://gitee.com/likunde_admin/meta2d.js_1.git
git@gitee.com:likunde_admin/meta2d.js_1.git
likunde_admin
meta2d.js_1
meta2d.js_20240306
main

搜索帮助