Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .npmrc

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"scripts": {
"build": "tsdown --format esm --format cjs",
"bundle-check": "pnpm run build && publint",
"generate-all": "pnpm run --parallel \"/^generate:.*/\"",
"generate-all": "run-p \"generate:*\"",
"generate:configs": "jiti tools/generate-configs",
"generate:docs": "pnpm run build && pnpm run eslint-doc-generator",
"validate-gen-all": "pnpm run --parallel \"/^validate-gen:.*/\"",
"validate-gen-all": "run-p \"validate-gen:*\"",
"validate-gen:configs": "pnpm run generate:configs && git diff --exit-code src/configs",
"validate-gen:docs": "pnpm run build && pnpm run eslint-doc-generator --check",
"format": "pnpm run prettier-base --write",
Expand All @@ -59,6 +59,7 @@
},
"devDependencies": {
"@commitlint/cli": "20.3.0",
"npm-run-all2": "^6.2.3",
"@commitlint/config-conventional": "20.3.0",
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.35.0",
Expand Down
55 changes: 55 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
autoInstallPeers: true
enablePrePostScripts: true
verifyDepsBeforeRun: 'warn'
publicHoistPattern:
- '@commitlint*'
- 'commitlint'
allowBuilds:
esbuild: true
unrs-resolver: true