Skip to content

Commit

Permalink
fix: knip
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Mar 20, 2024
1 parent 686c98f commit 15865b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knip.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { KnipConfig } from "knip";

const config: KnipConfig = {
entry: ["static/scripts/onboarding/onboarding.ts", "static/scripts/rewards/index.ts"],
entry: ["static/scripts/onboarding/onboarding.ts"],
project: ["static/**/*.ts"],
ignoreExportsUsedInFile: true,
ignoreDependencies: ["eslint-config-prettier", "eslint-plugin-prettier", "@octokit/core"],
Expand Down

0 comments on commit 15865b1

Please sign in to comment.