Skip to content

Commit

Permalink
chore: test update knip
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Mar 1, 2024
1 parent d875fbf commit ded001e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: [],
ignoreDependencies: ["libsodium-wrappers", "eslint-config-prettier", "eslint-plugin-prettier"],
};

export default config;
export default config;

0 comments on commit ded001e

Please sign in to comment.