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.
1 parent 5b52557 commit b35f6a0Copy full SHA for b35f6a0
package.json
@@ -13,6 +13,7 @@
13
"lint": "prettier --check . && eslint .",
14
"lint:fix": "prettier --write . && eslint . --fix",
15
"lint:inspect": "pnpm dlx @eslint/config-inspector",
16
+ "node:inspect": "pnpx node-modules-inspector",
17
"test:unit": "vitest",
18
"test": "npm run test:unit -- --run",
19
"test:watch": "npm run test:unit -- --watch",
0 commit comments