Skip to main content
Home

Built and signed on GitHub Actions

Official ESLint Markdown language plugin

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
70%
Published
a week ago (7.5.1)
variable default

Properties

meta: { name: string; version: string; }
processors: { markdown; }
configs: { recommended-legacy: { plugins: string[]; overrides: { files: string[]; processor: string; } | { files: string[]; parserOptions: { ecmaFeatures: { impliedStrict: boolean; }; }; rules; }[]; }; recommended: { name: string; files: string[]; language: string; plugins; rules; }[]; processor:
{ name: string; plugins; }
| { name: string; files: string[]; processor: string; }
| { name: string; files: string[]; languageOptions: { parserOptions: { ecmaFeatures: { impliedStrict: boolean; }; }; }; rules; }
[]
; }

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@eslint/markdown

Import symbol

import mod from "@eslint/markdown";
or

Import directly with a jsr specifier

import mod from "jsr:@eslint/markdown";

Add Package

pnpm i jsr:@eslint/markdown
or (using pnpm 10.8 or older)
pnpm dlx jsr add @eslint/markdown

Import symbol

import mod from "@eslint/markdown";

Add Package

yarn add jsr:@eslint/markdown
or (using Yarn 4.8 or older)
yarn dlx jsr add @eslint/markdown

Import symbol

import mod from "@eslint/markdown";

Add Package

vlt install jsr:@eslint/markdown

Import symbol

import mod from "@eslint/markdown";

Add Package

npx jsr add @eslint/markdown

Import symbol

import mod from "@eslint/markdown";

Add Package

bunx jsr add @eslint/markdown

Import symbol

import mod from "@eslint/markdown";