Skip to content

Commit

Permalink
chore: knip ignore kernel required deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Oct 20, 2024
1 parent a5b81a4 commit e2b56e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config: KnipConfig = {
project: ["src/**/*.ts"],
ignore: ["src/types/config.ts", "src/adapters/supabase/types/database.ts"],
ignoreExportsUsedInFile: true,
ignoreDependencies: ["ts-node", "@types/jest"],
ignoreDependencies: ["ts-node", "@types/jest", "@octokit/plugin-retry", "@octokit/plugin-throttling", "hono"],
};

export default config;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@
]
},
"packageManager": "[email protected]"
}
}

0 comments on commit e2b56e2

Please sign in to comment.