1 Star 0 Fork 128

本村最穷(技术最菜) / topology.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslint.json 993 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alsmile 提交于 2021-06-18 19:04 . data
{
"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/jgkfzf82899236/topology.js.git
git@gitee.com:jgkfzf82899236/topology.js.git
jgkfzf82899236
topology.js
topology.js
master

搜索帮助