Skip to content

Commit

Permalink
Improve knip setup
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Nov 7, 2023
1 parent fb5c6a8 commit e9193fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/knip@2/schema.json",
"ignore": ["index.test-d.ts"],
"ignoreDependencies": ["@types/mocha", "mocha"]
"ignoreDependencies": ["@types/mocha"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"husky": "^8.0.3",
"installed-check": "^7.1.1",
"knip": "^2.13.0",
"knip": "^2.40.0",
"linemod": "^1.1.0",
"mocha": "^10.2.0",
"nodemon": "^2.0.22",
Expand Down

0 comments on commit e9193fd

Please sign in to comment.