Skip to content

Commit

Permalink
add knip
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Dec 21, 2024
1 parent 024ac38 commit 6bb389b
Show file tree
Hide file tree
Showing 4 changed files with 322 additions and 0 deletions.
10 changes: 10 additions & 0 deletions knip.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"src/**/*.ts",
"scripts/*.js",
"examples/test-binmat-brain/index.js",
"game-scripts/*.ts"
],
"ignoreDependencies": [ "@vitest/coverage-v8" ]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"babel-plugin-here": "^1.0.2",
"braces": "^3.0.3",
"hackmud-script-manager": "^0.21.0",
"knip": "^5.41.1",
"rollup": "^4.29.0",
"semver": "^7.6.3",
"typescript": "^5.7.2",
Expand Down
Loading

0 comments on commit 6bb389b

Please sign in to comment.