From 0127c05cd4a82c208db65090cd90b95526b1f70f Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 6 Dec 2023 17:10:32 +0100 Subject: [PATCH] chore: udpate plugins --- designs/2023-processors-passthrough/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/designs/2023-processors-passthrough/README.md b/designs/2023-processors-passthrough/README.md index 2dba4fd0..f192a38b 100644 --- a/designs/2023-processors-passthrough/README.md +++ b/designs/2023-processors-passthrough/README.md @@ -79,6 +79,11 @@ const processor = { It would be more powerful and more explicit. +### Plugins Adoptions + +For `eslint-plugin-markdown`, it could have a setting option to allow passthrough the original markdown file. So that other plugins (e.g. `eslint-plugin-markdownlint`) could lint the markdown content. + +For `eslint-plugin-vue` would have an optional processor package (for example, `eslint-processor-vue-blocks`), which creates virtual files for each blocks like `