Skip to content

Commit

Permalink
chore: knip ignore smee and supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 30, 2024
1 parent 2d030cd commit 3db28f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: KnipConfig = {
ignore: ["src/types/config.ts", "**/__mocks__/**", "**/__fixtures__/**"],
ignoreExportsUsedInFile: true,
// eslint can also be safely ignored as per the docs: https://knip.dev/guides/handling-issues#eslint--jest
ignoreDependencies: ["eslint-config-prettier", "eslint-plugin-prettier", "@mswjs/data"],
ignoreDependencies: ["eslint-config-prettier", "eslint-plugin-prettier", "@mswjs/data", "smee-client", "supabase"],
eslint: true,
};

Expand Down

0 comments on commit 3db28f6

Please sign in to comment.