From 4349b5de4b410a143d022ee241ba6563b82f2fe0 Mon Sep 17 00:00:00 2001 From: Samuel Roldan Date: Tue, 16 Jul 2024 13:50:14 -0400 Subject: [PATCH] docs: Add 2024-07-11 meeting notes (#519) --- notes/2024/2024-07-11.md | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 notes/2024/2024-07-11.md diff --git a/notes/2024/2024-07-11.md b/notes/2024/2024-07-11.md new file mode 100644 index 0000000..e0c8d0e --- /dev/null +++ b/notes/2024/2024-07-11.md @@ -0,0 +1,47 @@ +# 2024-07-11 ESLint TSC Meeting Notes + +## Transcript + +[`2024-07-11-transcript.md`](2024-07-11-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:** working on the [version support page](https://github.com/eslint/eslint.org/pull/600), the [alternate config loading approach](https://github.com/eslint/rfcs/pull/120), and the `@eslint/json` package. + +* **@mdjermanovic:** reviewing PRs and RFCs, and fixed several bugs in `eslint`, `eslint-scope` and `eslint/compat` + +* **@fasttime:** worked on upgrading `@types/eslint`, apart from that I reviewed issues and RFCs. + +### Code Explorer + +Code Explorer is nearing completion. Hayden showed @nzakas a demo and it's looking really good. Just a few rough edges to sand down and hopefully we'll get that pushed to GitHub next week. Ideally, we'd announce the release of Code Explorer with the availability of `@eslint/json`, as Code Explorer can also show JSON ASTs. + +### [Contributor Pool for June 2024](https://github.com/issues?q=org%3Aeslint+label%3A%22contributor+pool%22+merged%3A2024-06-01..2024-06-30) + +- @syi0808: $100 for #70 +- @kirkwaiblinger: $100 for #18609 and #18608 +- @smadixd: $100 for #585 +- @ota-meshi: $100 for #608 +- @fisker: $100 for #18579 + +### Scheduled release for July 12th, 2024 + +**Action Items:** + +- @fasttime will release the following: + + - `eslint` + - `@eslint/js` + - `eslint-scope` + - `eslint/rewrite` + - `eslint-plugin-markdown` \ No newline at end of file