We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docgen
1 parent 34c015f commit 2366e98Copy full SHA for 2366e98
package.json
@@ -61,8 +61,8 @@
61
"test:lib:dev": "pnpm run test:lib --watch",
62
"test:build": "pnpm run build && publint --strict && attw --pack",
63
"build": "tsup --tsconfig tsconfig.prod.json",
64
- "docgen": "eslint-doc-generator",
65
- "docgen:check": "pnpm run build && eslint-doc-generator --check"
+ "docgen": "pnpm run build && eslint-doc-generator",
+ "docgen:check": "pnpm run docgen --check"
66
},
67
"dependencies": {
68
"@typescript-eslint/utils": "^8.45.0"
0 commit comments