Skip to content

Commit

Permalink
ci: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 1, 2024
1 parent d94823e commit 606fba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import type { KnipConfig } from 'knip';
const config: KnipConfig = {
ignore: ['bin/*.js'],
ignoreBinaries: ['semantic-release'],
// used in husky commit hooks
ignoreDependencies: ['@commitlint/cli'],
};

export default config;

0 comments on commit 606fba6

Please sign in to comment.