repository template for Node.js & TypeScript projects

chore: fix workspace-level commands (#474)

authored by samanthanguyen.me and committed by

GitHub 59cac52a 762a97ba

+3 -2
+1
package-lock.json
··· 2696 2696 "integrity": "sha512-v2ekZjuVLfumjp1Cr7LSQM1n2oOo3+gMruhOgT0Q4/cQ2J3nkTDLTAWLQQ86UHMbFYyVIN1wGh8BEZbvjkyctg==", 2697 2697 "dev": true, 2698 2698 "license": "MIT", 2699 + "peer": true, 2699 2700 "dependencies": { 2700 2701 "@oxc-project/runtime": "0.101.0", 2701 2702 "fdir": "^6.5.0",
+2 -2
packages/pkg1/package.json
··· 35 35 "build": "tsdown", 36 36 "dev": "tsdown --watch", 37 37 "test": "vitest", 38 - "fmt": "oxfmt --config=./../../.oxfmtrc.json", 38 + "fmt": "oxfmt --config=./../../.oxfmtrc.jsonc", 39 39 "fmt-check": "npm run fmt -- --check", 40 - "lint": "oxlint --config=./../../.oxlintrc.json", 40 + "lint": "oxlint --config=./../../.oxlintrc.jsonc", 41 41 "fix": "npm run lint -- --fix" 42 42 } 43 43 }