Commit 9ee7ef6
committed
fix(lint): stop skipping the TypeScript files in shared/ and scripts/
eslint's directory mode silently ignores files no config block matches, so
npm run lint never saw shared/*.ts or scripts/bun-dom-preload.ts while
claiming to lint both directories. The shared/scripts block now parses TS
via typescript-eslint, with no-require-imports off for tailwind.config.js
as the src block already does.
First real catch: the STATES set in gjc-job-projection-protocol.ts was
never read; removed.1 parent 4e0c7f8 commit 9ee7ef6
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
| 260 | + | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
281 | 284 | | |
282 | 285 | | |
283 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
0 commit comments