Skip to content

Commit 35f9f18

Browse files
committed
chore: switch knip script in package.json to json default in v3
1 parent dee528d commit 35f9f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format:check": "prettier -c src/**/*.ts",
2020
"format": "prettier --write src",
2121
"knip": "knip",
22-
"knip-ci": "knip --no-exit-code --reporter jsonExt",
22+
"knip-ci": "knip --no-exit-code --reporter json",
2323
"lint": "eslint --ext .ts ./src",
2424
"start:serverless": "tsx src/adapters/github/github-actions.ts",
2525
"start:watch": "nodemon --exec 'yarn start'",

0 commit comments

Comments
 (0)