Skip to content

Commit

Permalink
fix(cli): knip config template
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Sep 27, 2024
1 parent 1f9c832 commit f7ec39b
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
/** @type {import("knip").KnipConfig} */
const config = {
ignore: ["eslint.config.mjs", "prettier.config.mjs"],
ignoreBinaries: [
"tsx", // This is provided by "complete-lint".
],
ignoreDependencies: [
"complete-lint", // This is a linting meta-package.
"complete-node", // This is provided by "complete-lint".
"complete-tsconfig", // This is provided by "complete-lint".
],
ignoreBinaries: [
"tsx", // This is provided by "complete-lint".
],
};

export default config;

0 comments on commit f7ec39b

Please sign in to comment.