Skip to content

Feature/add new prettier configurations for versions 3.2.x to 3.7.x#537

Merged
mhenkens merged 6 commits intoNationalBankBelgium:masterfrom
SuperITMan:feature/add-new-prettier-configurations
Feb 4, 2026
Merged

Feature/add new prettier configurations for versions 3.2.x to 3.7.x#537
mhenkens merged 6 commits intoNationalBankBelgium:masterfrom
SuperITMan:feature/add-new-prettier-configurations

Conversation

@SuperITMan
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Prettier is outdated.

Issue Number: N/A

What is the new behavior?

Upgrade Prettier to the latest version + add configurations for each new version.

In all added versions, the following missing rules have been added with their default value:

  • semi: true
  • singleQuote: false
  • quoteProps: "as-needed"
  • bracketSameLine: false

In Prettier >= v3.5.x, add the new objectWrap: "preserve" option

Does this PR introduce a breaking change?

[ ] Yes
[X] No

Other information

@SuperITMan SuperITMan requested a review from mhenkens December 31, 2025 11:42
@SuperITMan SuperITMan added enhancement New feature or request prettier dependencies Pull requests that update a dependency file labels Dec 31, 2025
@mhenkens mhenkens merged commit 29ef9d3 into NationalBankBelgium:master Feb 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement New feature or request prettier

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants