Skip to content

Commit

Permalink
feat: add name to flat configs (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jul 5, 2024
1 parent 655580e commit 001d51e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 001d51e

Please sign in to comment.