eslint / markdown

Lint JavaScript code blocks in Markdown documents
MIT License
391 stars 60 forks source link

feat!: Convert to ESM #259

Closed nzakas closed 2 months ago

nzakas commented 2 months ago

In preparing for renaming to @eslint/markdown, I went through and converted the plugin to ESM format. This includes:

Depends on https://github.com/eslint/eslint-plugin-markdown/pull/258