
亮点
🌐 Highlights
被屏蔽的消息
🌐 Suppressed Messages
被抑制的消息是通过 eslint-disable、eslint-disable-line 和 eslint-disable-next-line 注释抑制的 lint 消息(错误和警告)。
🌐 Suppressed messages are lint messages (errors and warnings) that were suppressed by eslint-disable, eslint-disable-line and eslint-disable-next-line comments.
ESLint API 现在提供有关被抑制的 lint 消息的信息。此信息可作为 LintResult 对象上的新属性 suppressedMessages(SuppressedLintMessage 对象的数组),供自定义格式化器和 API 用户使用。
🌐 ESLint API now provides information about suppressed lint messages. This information is available to custom formatters and API users as a new property suppressedMessages (array of SuppressedLintMessage objects) on LintResult objects.
特性
🌐 Features
文档
🌐 Documentation
