Closed
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Expected
If blockPrettier
receives a runBefore
Addon, it should be run before the created formatting script run:
create-typescript-app/src/blocks/blockPrettier.ts
Lines 107 to 112 in 702a313
Actual
It is not, per https://github.com/JoshuaKGoldberg/prettier-plugin-curly/pull/630/files#r2026901442.
Additional Info
🎁