Skip to content

Commit

Permalink
fix: knip
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed May 1, 2024
1 parent 8d0c9ae commit a24781e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { KnipConfig } from 'knip';
const config: KnipConfig = {
ignore: ['bin/*.js'],
ignoreBinaries: ['semantic-release'],
ignoreDependencies: ['@vitest/coverage-v8'],
};

export default config;

0 comments on commit a24781e

Please sign in to comment.