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

Are there any plans to offer the eslint plugin? #2579

Open
shinGangan opened this issue Mar 4, 2024 · 0 comments
Open

Are there any plans to offer the eslint plugin? #2579

shinGangan opened this issue Mar 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@shinGangan
Copy link
Contributor

shinGangan commented Mar 4, 2024

Is your feature request related to a problem? Please describe

Nuxt Content has Markdown Components notation.
I am very grateful to MDC VS Code extension for its help in implementing Nuxt Content.

However, there are many cases where it would be nice to be able to check statically like eslint-plugin-vue.
For example.

  • I want to detect a single : missing in an inline component before merging pull request
  • If the content creator is a non-engineer or does not use VS Code

etc.

Disucuss

We believe the segregation will be as follows.

eslint-plugin-vue → static check of /components/content/*
eslint-plugin-nuxt-content (tentative) → static check of /content/*

However, we think it is necessary to consider the segregation from MarkdownLint.
(e.g., write No MarkdownLint in Docs like No Prettier in the Nuxt Contribution Guide).

Related

#2568

@shinGangan shinGangan added the enhancement New feature or request label Mar 4, 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
Projects
None yet
Development

No branches or pull requests

1 participant