- Learn React with TypeScript 3
- Carl Rippon
- 79字
- 2021-06-10 19:16:39
TypeScript linting
As we have seen, the compiler does lots of useful checks against our TypeScript code to help us write error-free code. We can take this a step further and lint the code to help us make our code even more readable and maintainable. TSLint is a linter that is very popular in TypeScript projects, and we will explore it in this section.
The home page for TSLint is at https://palantir.github.io/tslint/.
We'll install TSLint in the next section.
推薦閱讀
- 微服務與事件驅動架構
- Boost C++ Application Development Cookbook(Second Edition)
- ASP.NET Core 2 and Vue.js
- 信息安全技術
- C語言程序設計案例式教程
- ASP.NET 3.5程序設計與項目實踐
- 手把手教你學C語言
- 琢石成器:Windows環境下32位匯編語言程序設計
- Java EE 8 Application Development
- Getting Started with LLVM Core Libraries
- 單片機C語言程序設計實訓100例
- 一本書講透Java線程:原理與實踐
- XML程序設計(第二版)
- 第五空間戰略:大國間的網絡博弈
- 高性能MVVM框架的設計與實現:San