Skip to content

Commit 763382a

Browse files
authored
chore(ci): add dependency checks and reorganize tangled dependencies (#576)
1 parent 4c22059 commit 763382a

20 files changed

+754
-145
lines changed

knip.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"entry": [
3+
"src/index.ts!",
4+
"src/lib.ts!",
5+
"tests/**/*.ts",
6+
"scripts/**/*.ts",
7+
"eslint-rules/*.js"
8+
],
9+
"ignore": ["tests/integration/fixtures/curl.mjs", "tests/vitest.d.ts"],
10+
"ignoreExportsUsedInFile": true
11+
}

0 commit comments

Comments
 (0)