Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 685ae4d

Browse files
committed
fix: 修改了工程与上下文之间的链接
1 parent 4b823c6 commit 685ae4d

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

advanced/further-reading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
---
2525

2626
- [上一章:声明合并](declaration-merging.md)
27-
- [下一章:感谢](../thanks/README.md)
27+
- [下一章:工程](../engineering/README.md)

engineering/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@
66

77
那么一项大工程应该如何开展呢?本部分的内容就会介绍 TypeScript 工程化的最佳实践,具体内容包括:
88

9-
- [代码检查](lint.md)
9+
- [代码检查](lint.md)
10+
11+
---
12+
13+
- [上一章:扩展阅读](../advanced/further-reading.md)
14+
- [下一章:代码检查](lint.md)

engineering/lint.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

thanks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
---
1717

18-
- [上一章:扩展阅读](../advanced/further-reading.md)
18+
- [上一章:代码检查](../engineering/lint.md)

0 commit comments

Comments
 (0)