From 2c55b37f316610045fedf462f3d622bf7a75be32 Mon Sep 17 00:00:00 2001 From: ntnyq Date: Fri, 5 Jul 2024 07:14:36 +0800 Subject: [PATCH] feat: add name to flat configs --- lib/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/index.js b/lib/index.js index b722d27b..044f5c0c 100644 --- a/lib/index.js +++ b/lib/index.js @@ -70,15 +70,18 @@ const plugin = { plugin.configs.recommended = [ { + name: "markdown/plugin", plugins: { markdown: plugin } }, { + name: "markdown/processor", files: ["**/*.md"], processor: "markdown/markdown" }, { + name: "markdown/recommended", files: ["**/*.md/**"], languageOptions: { parserOptions: {