Skip to content

Commit 3bbd364

Browse files
zyyvCopilot
andauthored
Update eslint.config.js
Co-authored-by: Copilot <[email protected]>
1 parent 47a1896 commit 3bbd364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ export default antfu(
118118
'docs/index.md',
119119
],
120120
rules: {
121-
// This is because the enabled rules forced a formatting error in the yml file, causing the vitepress build to fail.
122-
// This is a temporary solution; it will be removed later.
121+
// The markdown/no-space-in-emphasis rule incorrectly flags underscore-prefixed YAML values like '_blank'
122+
// in the frontmatter as markdown emphasis syntax, causing the VitePress build to fail.
123123
'markdown/no-space-in-emphasis': 'off',
124124
},
125125
},

0 commit comments

Comments
 (0)