From b0b16040959fb967a38ee5fa7997840ab712024c Mon Sep 17 00:00:00 2001 From: Samuel Roldan Date: Mon, 3 Jun 2024 12:49:50 -0400 Subject: [PATCH] docs: Add 2024-05-30 meeting notes (#509) --- notes/2024/2024-05-30.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 notes/2024/2024-05-30.md diff --git a/notes/2024/2024-05-30.md b/notes/2024/2024-05-30.md new file mode 100644 index 0000000..58df0c5 --- /dev/null +++ b/notes/2024/2024-05-30.md @@ -0,0 +1,36 @@ +# 2024-05-30 ESLint TSC Meeting Notes + +## Transcript + +[`2024-05-30-transcript.md`](2024-05-30-transcript.md) + +## Attending + +- Nicholas C. Zakas (@nzakas) - TSC +- Milos Djermanovic (@mdjermanovic) - TSC +- Francesco Trotta (@fasttime) - TSC + +@nzakas moderated, and @sam3k took notes. + +## Topics + +### Statuses + +* **@nzakas:** I've spent most of my time split across two things: the `migrate-config` utility and the refactor that splits out the JavaScript-specific functionality to move us towards language plugins +* **@mdjermanovic:** Mostly reviewing PRs (some big ones) and triaging issues. I also fixed a couple of bugs and updated release-please config in all repos. Outside eslint org, I submitted a PR to eslint-plugin-react to support eslint v9. +* **@fasttime:** Okay, I've been mostly doing triaging and code review, and I've worked on `getConfigStatus` in the config-array [package](https://github.com/eslint/rewrite/pull/7) and taking care of the RFCs of course + +### RFC Duty Schedule + +* June 10: @mdjermanovic +* June 17: @fasttime + +### Scheduled release for May 31st, 2024 + +**Action Items:** + +- @fasttime will release the following: + + - `eslint` + - `@eslint/js` + - `@eslint/config-array` \ No newline at end of file