Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prettier: avoid creating empty node_modules/.cache
prettier resolves its cache location by default to a file under node_modules/.cache/prettier. And even when prettier cache is disabled (by default) the directory for storing the cache file is still created. This commit removes the creation of that empty directory when formatting files using the fix:format:prettier task.
- Loading branch information