express-ts-template
express-ts-template copied to clipboard
Quote prettier glob invocation
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.