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

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "typewriter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"oxfmt": "^0.49.0"
}
}