Skip to content

Commit 001d51e

Browse files
authoredJul 5, 2024··
feat: add name to flat configs (#256)
1 parent 655580e commit 001d51e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎lib/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,18 @@ const plugin = {
7070

7171
plugin.configs.recommended = [
7272
{
73+
name: "markdown/recommended/plugin",
7374
plugins: {
7475
markdown: plugin
7576
}
7677
},
7778
{
79+
name: "markdown/recommended/processor",
7880
files: ["**/*.md"],
7981
processor: "markdown/markdown"
8082
},
8183
{
84+
name: "markdown/recommended/code-blocks",
8285
files: ["**/*.md/**"],
8386
languageOptions: {
8487
parserOptions: {

0 commit comments

Comments
 (0)
Please sign in to comment.