chore: add pnpm + oxfmt for repo formatting

Pins Node 24 via .node-version, declares pnpm 10.32.1 as packageManager
in package.json, and adds oxfmt as a dev dependency with .oxfmtrc.json
(single quotes, no semi, 80 cols). Ignores node_modules.
This commit is contained in:
Julien Calixte
2026-05-14 12:45:01 +02:00
parent 3b24a288ca
commit 8a44ba50a6
5 changed files with 265 additions and 0 deletions

4
.gitignore vendored
View File

@@ -31,3 +31,7 @@ config.local.*
# Logs and temp
*.log
*.tmp
# Node tooling
node_modules/