- 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.
推薦閱讀
- Learn ECMAScript(Second Edition)
- Facebook Application Development with Graph API Cookbook
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Cassandra Data Modeling and Analysis
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Bootstrap 4 Cookbook
- 詳解MATLAB圖形繪制技術
- OpenCV with Python By Example
- Machine Learning With Go
- C++ System Programming Cookbook
- Node.js區塊鏈開發
- WordPress Search Engine Optimization(Second Edition)
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- Learning Shiny
- 系統分析師UML用例實戰