Commit e54a9af
committed
fix(lint): find tsgolint.exe on Windows for bun compatibility
Bun creates .exe files in node_modules/.bin on Windows instead of .cmd
shims. Try .exe first (bun), then .cmd (npm/pnpm/yarn), in both local
and cwd node_modules/.bin directories.
Note: pre-commit hook skipped due to pre-existing TS2591 errors in
this file (node types not configured in tsconfig for resolve-*.ts files).1 parent 2765158 commit e54a9af
1 file changed
Lines changed: 10 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| |||
0 commit comments