Commit fd4d200
committed
fix(lint): clear remaining socket-registry lint errors
- .github/actions/lib/{check-firewall.mts,platform.mjs,jq.mjs}: per-call
disables for fetch/console.error/console.log. Each runs on the raw
runner before setup-node — @socketsecurity/lib-stable isn't installed
yet, and platform.mjs/jq.mjs use stdout as the action's contract
(consumed via command substitution).
- scripts/install-claude-plugins.mts: oxlint --fix added '| undefined'
to 13 optional interface properties (pairs with exactOptionalPropertyTypes).
- test/packages.test.mts: oxlint --fix converted a for...of array loop
to the cached-length form.
- scripts/npm/make-npm-override.mts: max-file-lines legitimate marker
(interactive CLI driver, phases share live state).1 parent 6541c16 commit fd4d200
6 files changed
Lines changed: 25 additions & 16 deletions
File tree
- .github/actions/lib
- scripts
- npm
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
56 | 58 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
| 197 | + | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| |||
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| 209 | + | |
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
| |||
0 commit comments