express-ts-template icon indicating copy to clipboard operation
express-ts-template copied to clipboard

Quote prettier glob invocation

Open akeating opened this issue 4 years ago • 0 comments

Uses recursive glob for prettier invocation. Quotes glob so prettier handles glob expansion instead of shell. https://github.com/prettier/prettier/issues/2078#issuecomment-307539076

Existing glob only expands to src and not sub-directories on zsh.

This change ensure prettier handles the expansion instead of leaving it to whichever shell is running.

akeating avatar Oct 23 '21 16:10 akeating