chore: unavailable prettier task config#91
Merged
guqing merged 1 commit intoguqing:mainfrom Apr 18, 2024
Merged
Conversation
guqing
reviewed
Apr 15, 2024
Owner
guqing
left a comment
There was a problem hiding this comment.
你的修改貌似不正确,正确的命令就是需要使用单引号包裹路径 pattern 的,请参考 https://prettier.io/docs/en/cli
Contributor
Author
|
Owner
估计是windows 上路径和通配符的不同,我在 mac 和 linux 执行都是没有问题的但对于你的修改则无法正确执行,你可以尝试使用 git bash shell 打开执行试试或者使用 wsl |
Contributor
Author
这个commit修复了不可用的prettier脚本(在windows下测试)
Contributor
Author
另外我在官方文档中发现在 |
f2c-ci-robot bot
pushed a commit
to halo-dev/theme-earth
that referenced
this pull request
Aug 22, 2024
这个pr修复了不可用的 prettier 脚本 顺便跑了一遍 prettier guqing/halo-theme-higan#91 (comment) ```release-note None ```
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.
这个pr修复了不可用的prettier脚本(在vscode下测试)