Bump prettier from 3.2.3 to 3.2.4
Bumps prettier from 3.2.3 to 3.2.4.
Changelog
Sourced from prettier's changelog.
3.2.4
#15947 by
Fix incorrect parser inference (@fisker
)Files like
.eslintrc.json
were incorrectly formatted as JSONC files.// Input prettier --file-info .eslintrc.json { "ignored": false, "inferredParser": "jsonc" } // Prettier 3.2.4 prettier --file-info .eslintrc.json { "ignored": false, "inferredParser": "json" }
Commits
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts