🛠 Tooling: Use formatIgnoreFile in Blocks that create them #1853
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
Bug Report Checklist
main
branch of the repository.Overview
In two places, manual
.join("\n")
instead offormatIgnoreFile()
are used:create-typescript-app/src/next/blocks/blockMarkdownlint.ts
Lines 69 to 76 in 42021fb
create-typescript-app/src/next/blocks/blockPrettier.ts
Lines 99 to 101 in 0da6188
I'll reuse
formatIgnoreFile
.Additional Info
Prototyped in #1839.
💖
The text was updated successfully, but these errors were encountered: