Skip to content

Commit

Permalink
chore: udpate plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 6, 2023
1 parent baf8ba9 commit 0127c05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions designs/2023-processors-passthrough/README.md
Expand Up @@ -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 `<style>` `<i18n>` while keeping the original `.vue` file for `eslint-plugin-vue` to process.

## Documentation

Expand Down

0 comments on commit 0127c05

Please sign in to comment.