Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16,774 changes: 3,131 additions & 13,643 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"memfs": "^4.17.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@beaussan/nx-knip": "0.0.5-15"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "^16.9.1",
"@nx/nx-darwin-x64": "^16.10.0",
Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { knipPlugin } from '../../src/lib/knip.plugin';

export default ({
plugins: [
knipPlugin({
rawOutputFile: './report/raw-knip-report.ts',
}),
],
});
5 changes: 5 additions & 0 deletions packages/plugin-knip/examples/basic-setup/knip.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

export default {
"entry": ["index.{js,ts}", "src/index.{js,ts}"],
"project": ["**/*.{js,ts}"]
}
Loading
Loading