3 Star 6 Fork 2

YHF7 / ReactTypescriptAntdBackstage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslint.json 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
YHF7 提交于 2019-09-12 12:58 . update navleft
{
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
"linterOptions": {
"exclude": [
"config/**/*.js",
"node_modules/**/*.ts",
"coverage/lcov-report/*.js"
]
},
"rules": {
"triple-equals": false,
"no-console": false,
"no-debugger": false,
"indent": [true, "spaces", 2], // 缩进
"no-consecutive-blank-lines": [ // 空行不超过两行
true,
2
],
"jsx-no-lambda": false,
// 检查对象中键的排序
"object-literal-sort-keys": false,
// 倒入(import)源的排序规则
"ordered-imports": true
}
}
1
https://gitee.com/yhf7/ReactTypescriptAntdBackstage.git
git@gitee.com:yhf7/ReactTypescriptAntdBackstage.git
yhf7
ReactTypescriptAntdBackstage
ReactTypescriptAntdBackstage
master

搜索帮助