prettier-cli
prettier-cli copied to clipboard
Ignore all pattern no longer works in prettierignore
Our .prettierignore previously looked like this:
*
!*.less
!*.js
!*.jsx
!*.ts
!*.tsx
!*.json5
With --experimental-cli, even prefixing each of those with **/, unwanted files (e.g. markdown) are still being formatted.