-
Notifications
You must be signed in to change notification settings - Fork 19
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-07-11 meeting notes (#519)
- Loading branch information
Showing
1 changed file
with
47 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,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` |