content icon indicating copy to clipboard operation
content copied to clipboard

Are there any plans to offer the eslint plugin?

Open shinGangan opened this issue 1 year ago • 0 comments

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

https://github.com/nuxt/content/discussions/2568

shinGangan avatar Mar 04 '24 14:03 shinGangan