Commit ee63165
committed
π€ fix: Update eslint ignores for new src structure
- Update no-sync-fs-methods exception paths to new structure:
- src/config.ts β src/node/config.ts
- src/debug/** β src/cli/debug/**
- src/git.ts β src/node/git.ts
- src/main-desktop.ts β src/desktop/main.ts
- src/services/** β src/node/services/**
- Add exception for src/common/utils/providers/ensureProvidersConfig.ts
which uses process.env but is only called by Node.js code (cli/debug)
Fixes static checks - lint now passes!1 parent 1faf945 commit ee63165
1 file changed
+15
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
412 | 415 | | |
413 | 416 | | |
414 | 417 | | |
| |||
0 commit comments