|
| 1 | +# 2025-08-21 ESLint TSC Meeting Notes |
| 2 | + |
| 3 | +## Transcript |
| 4 | + |
| 5 | +[`2025-08-21-transcript.md`](2025-08-21-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:** Has been fixing parsing and validation errors in CSSTree, and primarily reviewing issues and PRs. |
| 19 | +* **@fasttime:** Prepared the blog post about multithread linting and has been reviewing PRs and issues. |
| 20 | + |
| 21 | +### Availability Next Two Weeks |
| 22 | + |
| 23 | +* **@nzakas:** Still only going to have about an hour each weekday until September, then should have a bit more. |
| 24 | +* **@fasttime:** Should be available around 12 hours per week the next two weeks. |
| 25 | + |
| 26 | +### RFC Duty Update |
| 27 | + |
| 28 | +* This week: @nzakas |
| 29 | +* August 25: @mdjermanovic |
| 30 | +* September 1: @fasttime |
| 31 | + |
| 32 | +**Note:** September 1 is a holiday in the US, so @nzakas will be off that day. |
| 33 | + |
| 34 | +### [Change Request: Replace `chalk` with Node.js' native `styleText`](https://github.com/eslint/eslint/issues/20012) |
| 35 | + |
| 36 | +**TSC Summary:** This issue proposes replacing `chalk@4` with Node.js' native `styleText` for the stylish output in v10. |
| 37 | + |
| 38 | +**TSC Question:** Should we implement this change for v10? |
| 39 | + |
| 40 | +**Resolution:** Both TSC members are 👍 for doing this, assuming it makes sense with the Node.js versions. The decision depends on the version of v20 that will be supported and likely dropping support for Node.js 18. The issue will be moved into "Planned" for now. |
| 41 | + |
| 42 | +### [Missed Contributor Pool Issue](https://github.com/eslint/markdown/pull/488) |
| 43 | + |
| 44 | +**TSC Summary:** This PR fixing false positive issues in the no-unused-definitions and no-duplicate-definitions rules was missed in last month's contributor pool. |
| 45 | + |
| 46 | +**TSC Question:** Should we retroactively reward this contribution? |
| 47 | + |
| 48 | +**Resolution:** The TSC agreed to award $150 for this contribution. @nzakas will notify the contributor. |
| 49 | + |
| 50 | +### Scheduled release for August 22nd, 2025 |
| 51 | + |
| 52 | +**Action Items:** |
| 53 | + |
| 54 | +- @fasttime will: |
| 55 | + - Release `eslint-config-eslint` on August 22 before ESLint (contains breaking changes) |
| 56 | + - Release `@eslint/js` and `eslint` |
| 57 | +- @nzakas will: |
| 58 | + - Review and edit the concurrency blog post to be ready for publication after the release |
0 commit comments