Skip to content
New issue

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

Fix prettier globs #49

Merged
merged 3 commits into from
Mar 27, 2024
Merged

Conversation

mariogutval
Copy link
Contributor

Description

Issue

After some testing, the glob patterns in package.json are not hitting all the files when there are nested folders.

Suggestion

I suggest to add \" to prevent undesired behaviours (I tested it and everything was fixed with this approach):

image

Close #48

@PaulRBerg
Copy link
Owner

Good catch and thanks for the PR, @mariogutval!

@PaulRBerg PaulRBerg merged commit 0272adf into PaulRBerg:main Mar 27, 2024
3 checks passed
@mariogutval mariogutval deleted the fix-prettier-globs branch March 27, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix prettier glob pattern in package.json
2 participants