We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
json
1 parent dee528d commit 35f9f18Copy full SHA for 35f9f18
package.json
@@ -19,7 +19,7 @@
19
"format:check": "prettier -c src/**/*.ts",
20
"format": "prettier --write src",
21
"knip": "knip",
22
- "knip-ci": "knip --no-exit-code --reporter jsonExt",
+ "knip-ci": "knip --no-exit-code --reporter json",
23
"lint": "eslint --ext .ts ./src",
24
"start:serverless": "tsx src/adapters/github/github-actions.ts",
25
"start:watch": "nodemon --exec 'yarn start'",
0 commit comments