Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update from eslint-plugin-markdown to @eslint/markdown and use new rules #599

Open
3 tasks done
pauliesnug opened this issue Aug 28, 2024 · 1 comment
Open
3 tasks done
Labels
enhancement New feature or request pr welcome

Comments

@pauliesnug
Copy link

Clear and concise description of the problem

ESLint just released v6.0.0 of eslint-plugin-markdown under @eslint/markdown and added new rules which currently wouldn't work based on the way we apply the markdown plugin (only used for codeblock linting).

Suggested solution

We could update to this new package and integrate Markdown fomatting and linting better. This might require changes to avoid conflicts between eslint-plugin-formatter's Markdown formatting and the new rules.

Alternative

No response

Additional context

No response

Validations

@pauliesnug pauliesnug added the enhancement New feature or request label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pr welcome
Projects
None yet
Development

No branches or pull requests

3 participants
@antfu @pauliesnug and others