-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add 2024-05-30 meeting notes (#509)
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |