Skip to content

Commit

Permalink
updated dependencies & configured knip
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Nov 5, 2024
1 parent d1ac3ee commit a1158ea
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 901 deletions.
7 changes: 6 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"entry": ["src/**/index.ts"],
"ignoreDependencies": [
"@types/mocha",
"auto-changelog",
Expand All @@ -10,5 +11,9 @@
"mocha": {
"entry": ["*/**/*.test.!(*.*)"]
},
"project": ["*/**", "!docs/**"]
"project": ["*/**", "!docs/**"],
"rules": {
"exports": "off",
"types": "off"
}
}
Loading

0 comments on commit a1158ea

Please sign in to comment.