Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 299 Bytes

File metadata and controls

7 lines (5 loc) · 299 Bytes

[HIGHLIGHT] Add --cache-location option (#13019 by @sosukesuzuki)

By default, Prettier CLI saves the cache file for the --cache option at ./node_modules/.cache/prettier/.prettier-cache. This can be overridden now:

prettier --write --cache --cache-location=my_cache_file src