prettier-cli icon indicating copy to clipboard operation
prettier-cli copied to clipboard

Ignore all pattern no longer works in prettierignore

Open isuro opened this issue 6 months ago • 0 comments

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.

isuro avatar Aug 05 '25 23:08 isuro