ESLint和TSLint的区别
我搜索了很多关于这个问题的文章。我找不到任何与此相关的文章。有人可以告诉我Eslint 相对于TsLint的缺点是什么。为什么我们必须迁移到ESLint?
回答
TSLint只能用于TypeScript,而ESLint支持JavaScript和TypeScript。在一个大型项目中,您可能会同时使用JavaScript和TypeScript。
- We literally posted the same comment within a minute of each other, apologies I never saw yours.