|
| 1 | +# 2025-08-07 ESLint TSC Meeting Notes |
| 2 | + |
| 3 | +## Transcript |
| 4 | + |
| 5 | +[`2025-08-07-transcript.md`](2025-08-07-transcript.md) |
| 6 | + |
| 7 | +## Attending |
| 8 | + |
| 9 | +- Nicholas C. Zakas (@nzakas) - TSC |
| 10 | +- Francesco Trotta (@fasttime) - TSC |
| 11 | + |
| 12 | +@nzakas moderated, and @sam3k took notes. |
| 13 | + |
| 14 | +## Topics |
| 15 | + |
| 16 | +### Statuses |
| 17 | + |
| 18 | +* **@nzakas:** Mostly been reviewing PRs for the Markdown and CSS plugins, which have had a lot of activity. Updated the MCP server prompt so it allows autofixing if requested, and continued work on the CSS variables RFC. |
| 19 | +* **@fasttime:** Mostly busy reviewing PRs and a few issues. Other than that, updated the multithread linting PR and worked on some maintenance tasks. |
| 20 | + |
| 21 | +### Availability Next Two Weeks |
| 22 | + |
| 23 | +* **@nzakas:** Going to have a bit less time, around one hour per weekday, until the end of August. |
| 24 | +* **@fasttime:** Should be able to work about 1 hour during weekdays and maybe 2 on the weekends, so like 9 hours per week. Expects to have more time starting August 18. |
| 25 | + |
| 26 | +### RFC Duty Update |
| 27 | + |
| 28 | +* This week: @nzakas |
| 29 | +* August 11: @fasttime |
| 30 | +* August 18: @nzakas |
| 31 | + |
| 32 | +### [feat: multithread linting](https://github.com/eslint/eslint/pull/19794) |
| 33 | + |
| 34 | +**TSC Summary:** The multithread linting PR has one remaining open question regarding TypeScript and the URL type. |
| 35 | + |
| 36 | +**TSC Question:** How should we handle the URL type inclusion in TypeScript? |
| 37 | + |
| 38 | +**Resolution:** The TSC agreed to use a custom type for now with a runtime check for `instanceof URL`. This can be changed later with a simple fix. @fasttime will implement this change. @nzakas will write a blog post once released. |
| 39 | + |
| 40 | +### [Contributor Pool July 2025](https://github.com/eslint/tsc-meetings/blob/main/notes/2025/2025-08-01-contributor-pool.md) |
| 41 | + |
| 42 | +The TSC reviewed July 2025 contributions and agreed to the following payouts: |
| 43 | + |
| 44 | +- @TKDev7: $700 (6 PRs including 2 config features, 1 new rule, 1 breaking change) |
| 45 | +- @xbinaryx: $700 (6 PRs including 2 options, 1 config automation) |
| 46 | +- @DMartens: $500 (3 PRs including 2 notable features with long merges, significant core rules work) |
| 47 | +- @thecalamiity: $275 (2 PRs including 1 new rule) |
| 48 | +- @ericcornelissen: $200 (2 PRs for regex performance fixes) |
| 49 | +- @SwetaTanwar: $175 (1 PR for core rule feature addition) |
| 50 | +- @ST-DDT: $175 (1 PR with high interaction for core testing improvement) |
| 51 | +- @sethamus: $150 (1 PR for option added to core rule) |
| 52 | +- @andreww2012: $100 (1 PR for small but useful fix) |
| 53 | + |
| 54 | +### Scheduled release for August 8th, 2025 |
| 55 | + |
| 56 | +**Action Items:** |
| 57 | + |
| 58 | +- @fasttime will: |
| 59 | + - Do the release |
| 60 | + - Merge https://github.com/eslint/rewrite/pull/252 and bump @eslint/core |
| 61 | + - Release `eslint` and `@eslint/js` |
0 commit comments