1 Star 0 Fork 1

阿迪 / topology

forked from web组态 / topology 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alsmile 提交于 2020-05-21 18:29 . monorepo
{
"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],
"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],
"variable-name": [true, "ban-keywords"],
"no-inner-declarations": [true, "function"]
},
"linterOptions": {
"exclude": ["**/node_modules/**/*", "./dist/**/*", "./bundle/**/*"]
}
}
1
https://gitee.com/adi321/topology.git
git@gitee.com:adi321/topology.git
adi321
topology
topology
master

搜索帮助