Skip to content

Commit

Permalink
feat(cli): update knip template
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Oct 18, 2024
1 parent 6c7fedf commit 09521aa
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

/** @type {import("knip").KnipConfig} */
const config = {
ignore: ["eslint.config.mjs", "prettier.config.mjs"],
ignore: [
"eslint.config.mjs", // ESLint is provided by "complete-lint".
"prettier.config.mjs", // Prettier is provided by "complete-lint".
],
ignoreBinaries: [
"tsx", // This is provided by "complete-lint".
],
Expand Down

0 comments on commit 09521aa

Please sign in to comment.