- 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.
推薦閱讀
- JavaScript前端開發模塊化教程
- 微服務設計原理與架構
- 數據結構習題精解(C語言實現+微課視頻)
- Instant 960 Grid System
- Mastering Linux Network Administration
- 組態軟件技術與應用
- Natural Language Processing with Python Quick Start Guide
- Hands-On Robotics Programming with C++
- 分布式架構原理與實踐
- Docker:容器與容器云(第2版)
- Java核心編程
- Beginning C# 7 Hands-On:The Core Language
- Python程序設計
- Mastering Wireless Penetration Testing for Highly Secured Environments
- Practical XMPP