Skip to content

Conversation

@IvanZosimov
Copy link

@IvanZosimov IvanZosimov commented Mar 23, 2023

Description:
In the scope of this PR, we fix the bug related to the wrong interpretation of the glob patterns. Glob patterns that aren't wrapped by the quotes are opened and transformed into concrete paths by the shell used in the OS (e.g., PowerShell, bash. zsh, and so on). The behavior of this transformation is different for different shells, which can cause different behaviors of the Prettier. By wrapping glob patterns in double quotes, we prevent Shell from opening and transforming them and instruct Prettier to do it instead.

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.

3 participants