From 001d51e9a66bea80f0c971f05a9cf4e1126dfaa8 Mon Sep 17 00:00:00 2001 From: ntnyq Date: Sat, 6 Jul 2024 05:00:03 +0800 Subject: [PATCH] feat: add name to flat configs (#256) --- lib/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/index.js b/lib/index.js index b722d27b..992db15e 100644 --- a/lib/index.js +++ b/lib/index.js @@ -70,15 +70,18 @@ const plugin = { plugin.configs.recommended = [ { + name: "markdown/recommended/plugin", plugins: { markdown: plugin } }, { + name: "markdown/recommended/processor", files: ["**/*.md"], processor: "markdown/markdown" }, { + name: "markdown/recommended/code-blocks", files: ["**/*.md/**"], languageOptions: { parserOptions: {