Commit 5cb77ee
committed
chore(lint): add fleet-canonical oxlint overrides block
vscode's .config/oxlintrc.json predated the fleet-canonical `overrides`
block (present in socket-wheelhouse template/.config/oxlintrc.json) that
relaxes infra-inappropriate rules in scripts/test/config dirs:
export-top-level-functions, no-dynamic-import-outside-bundle,
prefer-function-declaration, sort-source-methods, no-default-export, etc.
for **/scripts/**, **/test/**, **/.config/**, **/.git-hooks/**,
**/.github/**, plus no-unused-vars off for TS. Brings vscode to parity so
reference/runner code isn't held to src/ rules it doesn't fit.
Assisted-by: Claude Code:opus-4-71 parent 9919ee2 commit 5cb77ee
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
122 | 151 | | |
123 | 152 | | |
124 | 153 | | |
| |||
0 commit comments