Skip to content

Commit

Permalink
chore(knip.json): Ignore internal utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Oct 20, 2024
1 parent 17ee7dd commit f054161
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"project": ["src/**/*.ts"],
"ignore": [
".github/workflows/tact.yml",
"src/internals/warnings.ts"
"src/internals/warnings.ts",
"src/internals/util.ts"
],
"ignoreDependencies": [
"@types/jest"
Expand Down

0 comments on commit f054161

Please sign in to comment.