fix(prettier): Improve file exclusion in the Prettier formatter to skip unnecessary files and directories.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-08-08 - 1.16.4 - fix(prettier)
|
||||
Improve file exclusion in the Prettier formatter to skip unnecessary files and directories.
|
||||
|
||||
- Added exclusion patterns for node_modules, .git, dist, .nogit, coverage, .nyc_output, vendor, bower_components, jspm_packages, and minified files.
|
||||
- Optimized filtering logic to ensure only valid files are processed.
|
||||
|
||||
## 2025-08-08 - 1.16.3 - fix(changecache/prettier)
|
||||
Skip directories during file processing to prevent errors in changecache and prettier formatting
|
||||
|
||||
|
Reference in New Issue
Block a user