Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 333 Bytes

pr-7485.md

File metadata and controls

3 lines (2 loc) · 333 Bytes

[BREAKING] Cache plugin search results (#7485 by @fisker)

Previously, Prettier searched the file system for plugins on every prettier.format call. Now, search results are cached. The cache can be cleared by calling prettier.clearConfigCache().