@eslint/markdown is an ESLint plugin that allows you to lint Markdown files within your projects. It extracts JavaScript and other supported languages from code blocks in your Markdown, then applies ESLint rules. This helps ensure code snippets in your documentation and other Markdown files adhere to your project's coding standards, improving consistency and reducing errors. Useful for maintaining high-quality code examples and documentation.