Skip to content

Commit 5e00104

Browse files
committed
fix: knip configuration
1 parent 02ee015 commit 5e00104

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

knip.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import type { KnipConfig } from 'knip'
22

33
const config: KnipConfig = {
4+
ignoreBinaries: [
5+
/** Global CLI tool installed via brew/go, not npm */
6+
'localias',
7+
],
48
workspaces: {
59
'.': {
610
entry: [

0 commit comments

Comments
 (0)