1 Star 0 Fork 0

409797885@qq.com / angular

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
{
"rulesDirectory": [
"dist/tools/tslint",
"node_modules/vrsource-tslint-rules/rules",
"node_modules/tslint-eslint-rules/dist/rules"
],
"rules": {
"file-header": [
true,
"Copyright Google Inc\\."
],
"no-console": [
true,
"log"
],
"no-duplicate-imports": true,
"no-duplicate-variable": true,
"no-jasmine-focus": true,
"no-var-keyword": true,
"require-internal-with-underscore": true,
"rollup-config": true,
"semicolon": [
true
],
"variable-name": [
true,
"ban-keywords"
],
"no-inner-declarations": [
true,
"function"
],
"no-debugger": true
},
"jsRules": {
"file-header": [
true,
"Copyright Google Inc\\."
],
"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"
]
}
}
TypeScript
1
https://gitee.com/409797885/angular.git
git@gitee.com:409797885/angular.git
409797885
angular
angular
master

搜索帮助