Skip to content

Commit

Permalink
chore: add @commitlint/cli and @types/jest to knip ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed May 21, 2024
1 parent 61f1ec3 commit be6d076
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
Expand Up @@ -5,7 +5,7 @@ const config: KnipConfig = {
project: ["src/**/*.ts"],
ignore: ["src/types/config.ts"],
ignoreExportsUsedInFile: true,
ignoreDependencies: ["ts-node", "eslint-config-prettier", "eslint-plugin-prettier"],
ignoreDependencies: ["ts-node", "eslint-config-prettier", "eslint-plugin-prettier", "@commitlint/cli", "@types/jest"],
jest: {
config: ["jest.config.ts"],
entry: ["tests/*.ts"],
Expand Down

0 comments on commit be6d076

Please sign in to comment.