File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2424---
2525
2626- [ 上一章:声明合并] ( declaration-merging.md )
27- - [ 下一章:感谢 ] ( ../thanks /README.md )
27+ - [ 下一章:工程 ] ( ../engineering /README.md )
Original file line number Diff line number Diff line change 66
77那么一项大工程应该如何开展呢?本部分的内容就会介绍 TypeScript 工程化的最佳实践,具体内容包括:
88
9- - [ 代码检查] ( lint.md )
9+ - [ 代码检查] ( lint.md )
10+
11+ ---
12+
13+ - [ 上一章:扩展阅读] ( ../advanced/further-reading.md )
14+ - [ 下一章:代码检查] ( lint.md )
Original file line number Diff line number Diff line change @@ -495,4 +495,9 @@ TSLint 默认支持对 tsx 文件的检查,不需要做额外配置。
495495
496496[ TSLint ] : https://palantir.github.io/tslint/
497497[ ESLint ] : https://eslint.org/
498- [ `typescript-eslint-parser` ] : https://github.com/eslint/typescript-eslint-parser
498+ [ `typescript-eslint-parser` ] : https://github.com/eslint/typescript-eslint-parser
499+
500+ ---
501+
502+ - [ 上一章:工程] ( README.md )
503+ - [ 下一章:感谢] ( ../thanks/README.md )
Original file line number Diff line number Diff line change 1515
1616---
1717
18- - [ 上一章:扩展阅读 ] ( ../advanced/further-reading .md )
18+ - [ 上一章:代码检查 ] ( ../engineering/lint .md )
You can’t perform that action at this time.
0 commit comments