Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add 2024-11-14 meeting notes #546

Merged
merged 2 commits into from
Nov 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions notes/2024/2024-11-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# 2024-11-14 ESLint TSC Meeting Notes

## Transcript

[`2024-11-14-transcript.md`](2024-11-14-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:** has been working on the CSS plugin primarily, with a bit of followup work on the JSON plugin, and just started an extends RFC.
* **@mdjermanovic:** has been mostly reviewing PRs. Also updated `@eslint/compat` to support legacy `schema` properties.
* **@fasttime:** mostly busy with triaging issues and reviewing RFCs. Also finished the fix on ignoring files on a different drive on Windows.


### RFC Duty Schedule

* November 11: @nzakas
* November 18: @mdjermanovic
* November 25: @fasttime
* December 2: @nzakas

### Benchmark Runtime of `v9.12.0` to `v9.14.0`

We got a response on the original issue that the performance is about the same. (About the same as before v9.12)

**Action Items:**

* folks should compare runtime between these two versions and report back with findings
* @mdjermanovic will ask in [this issue](https://github.com/eslint/eslint/issues/19025) whether they notice better performance with `9.14.0`
mdjermanovic marked this conversation as resolved.
Show resolved Hide resolved


### [Lint multiple files in parallel [$500]](https://github.com/eslint/eslint/issues/3565)

**Action Items:** @fasttime will prepare a RFC

### Scheduled release for November 1st, 2024
mdjermanovic marked this conversation as resolved.
Show resolved Hide resolved

**Action Items:**

- @mdjermanovic will release:
- `eslint`
- `@eslint/eslintrc`
- `@eslint/js`
Loading