Skip to content

Commit

Permalink
chore(knip): update ignoreBinaries list
Browse files Browse the repository at this point in the history
Added 'publish' to the ignoreBinaries list in knip config.
  • Loading branch information
gentlementlegen committed Oct 11, 2024
1 parent 59ef3f4 commit 313a3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config: KnipConfig = {
entry: ["src/worker.ts", "deploy/setup-kv-namespace.ts"],
project: ["src/**/*.ts"],
ignore: ["jest.config.ts"],
ignoreBinaries: ["i"],
ignoreBinaries: ["i", "publish"],
ignoreExportsUsedInFile: true,
ignoreDependencies: ["@mswjs/data", "esbuild", "eslint-config-prettier", "eslint-plugin-prettier", "msw", "ts-node"],
};
Expand Down

0 comments on commit 313a3ea

Please sign in to comment.