🛠 Tooling: Use explicit .json extension for .prettierrc instead of Prettier override #1214
Closed
3 tasks done
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
type: cleanup
Tech debt or other code/repository cleanups
Milestone
Bug Report Checklist
main
branch of the repository.Overview
Right now, the Prettier config specifies exactly two overrides:
There's only one
*.rc
file that isn't.nvmrc
:.prettierrc
itself. But Prettier supports explicit config file formats. Let's switch to.prettierrc
to.prettierrc.json
.As for
.nvmrc
, prettier/prettier#15898 tracks Prettier supporting it natively. I'll need to leave that remaining override in for now.Additional Info
No response
The text was updated successfully, but these errors were encountered: