eslint-plugin
@typescript-eslint/eslint-plugin
ESLint 的 TypeScript 插件。 ✨
信息
有关如何使用 ESLint 对 TypeScript 代码进行 lint 检测的文档,请参阅 入门。
@typescript-eslint/eslint-plugin
是一个 ESLint 插件,用于从 typescript-eslint 加载自定义规则和规则配置列表。
这些规则依赖 @typescript-eslint/parser
将 TypeScript 代码解析为 ESLint 兼容节点,并提供支持 TypeScript 程序。
英:@typescript-eslint/eslint-plugin
is an ESLint plugin used to load in custom rules and rule configurations lists from typescript-eslint.
Those rules rely on @typescript-eslint/parser
to parse TypeScript code into ESLint-compatible nodes, as well as provide backing TypeScript programs.
导出
名称 | 描述 |
---|---|
configs | 将配置的字符串名称映射到可扩展的 ESLint 配置设置 的对象。 |
rules | 将规则的字符串名称映射到 规则对象。 |