Conversation
✅ Deploy Preview for unocss ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a YAML syntax error in the docs homepage frontmatter and adds a temporary ESLint rule override to prevent the markdown linter from incorrectly flagging underscore-prefixed YAML values as markdown emphasis syntax. The changes ensure the VitePress documentation build succeeds while maintaining proper YAML formatting.
Changes:
- Fixed YAML syntax in docs/index.md by adding required space after colon in
target: _blank - Added file-specific ESLint override to disable
markdown/no-space-in-emphasisrule for docs/index.md - Auto-generated updates to TypeScript auto-import declarations for
useCssSupportscomposable
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/index.md | Fixed YAML frontmatter syntax by adding space after colon in target: _blank |
| eslint.config.js | Added temporary lint rule override for docs/index.md to prevent false positives on YAML values with underscores |
| playground/src/auto-imports.d.ts | Auto-generated TypeScript declarations for new useCssSupports import (unrelated to main change) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
commit: |
Co-authored-by: Copilot <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.