@Waviness6884 在 eslint配置插件指南 - TS项目 中发帖
JS项目配置指南:
[!tip]
文档适用于Typescript版本>=5.0以上,最好是最新版
现代插件介绍
包名
主要作用
@typescript-eslint/eslint-plugin
提供 300+ 条专为 TypeScript 设计的规则
@typescript-eslint/parser
让 ESLint 能读懂 TypeScript 语法
eslint-import-resolver-typescript
正确解析 TypeScript 中 paths 和 .ts 文件
@types/node
让 Node 支持 TypeScript 类型和语法
JS项目中的包都支持TS:
包名
主要作用
eslint-plugin-import
检查 import/export 语法是否正确
eslint-plugin-...