Skip to content

Commit 042aead

Browse files
Apply suggestions from code review
Co-authored-by: Percy Ma <[email protected]>
1 parent d4bfef3 commit 042aead

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

knip.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"]
1414
},
1515
"packages/config-helpers": {
16-
"entry": ["tests/**/*.{cts,cts,js,ts}"],
17-
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,cts,js,ts}"]
16+
"entry": ["tests/**/*.{cts,js,ts}"],
17+
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"]
1818
},
1919
"packages/core": { "project": ["src/**/*.{cts,js,ts}"] },
2020
"packages/mcp": {
@@ -30,8 +30,8 @@
3030
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"]
3131
},
3232
"packages/plugin-kit": {
33-
"entry": ["tests/**/*.{cts,cts,js,ts}"],
34-
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,cts,js,ts}"]
33+
"entry": ["tests/**/*.{cts,js,ts}"],
34+
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"]
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)