Are there any plans to offer the eslint plugin? #2568
shinGangan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
:
missing in an inline component before merging pull requestetc.
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).
Beta Was this translation helpful? Give feedback.
All reactions