We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1stG
azz
JounQin
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems the round brackets pattern doesn't work as expected.
This doesn't work: pretty-quick --staged --pattern "**/(apps|libs|tools)/**/*"
pretty-quick --staged --pattern "**/(apps|libs|tools)/**/*"
This does: pretty-quick --staged --pattern "**/apps/**/*" --pattern "**/libs/**/*" --pattern "**/tools/**/*"
pretty-quick --staged --pattern "**/apps/**/*" --pattern "**/libs/**/*" --pattern "**/tools/**/*"
It seems that somehow round brackets aren't supported in this scenario.
The text was updated successfully, but these errors were encountered:
Hello, were you able to solve this problem?
Sorry, something went wrong.
A minimal but runnable online reproduction is required.
test(prettier#73/prettier#125): add glob regex group
157775c
test(#73/#125): add glob regex group cases (#184)
1536657
Co-authored-by: JounQin <admin@1stg.me>
Successfully merging a pull request may close this issue.
It seems the round brackets pattern doesn't work as expected.
This doesn't work:
pretty-quick --staged --pattern "**/(apps|libs|tools)/**/*"
This does:
pretty-quick --staged --pattern "**/apps/**/*" --pattern "**/libs/**/*" --pattern "**/tools/**/*"
It seems that somehow round brackets aren't supported in this scenario.
The text was updated successfully, but these errors were encountered: