Skip to content

Commit

Permalink
add comment to config
Browse files Browse the repository at this point in the history
  • Loading branch information
handeyeco committed Oct 21, 2024
1 parent 3acf709 commit a4e8be1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions knip.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import type {KnipConfig} from "knip";

/**
* knip is a tool for discovering dead code:
* https://knip.dev/
*
* To use: `yarn knip`
*/
const config: KnipConfig = {
entry: [
"{index,main,cli}.{js,cjs,mjs,jsx,ts,cts,mts,tsx}",
Expand Down

0 comments on commit a4e8be1

Please sign in to comment.