Skip to content

Commit

Permalink
build: fix dependency linting
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Aug 22, 2024
1 parent 4b60ab9 commit 7b95a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions knip.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ const config = async (): Promise<KnipConfig> => {
project: ['src/**/*.ts'],
ignoreDependencies: [
'@salesforce/ts-sinon',
'@swc/core',
'@types/jest',
'@types/mocha',
'chai',
'mocha',
'sinon',
'ts-node',
],
ignoreBinaries: ['test:e2e'],
}
Expand Down

0 comments on commit 7b95a29

Please sign in to comment.