-
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-11-14 meeting notes (#546)
* docs: Add 2024-11-14 meeting notes * Apply suggestions from code review --------- Co-authored-by: Milos Djermanovic <[email protected]>
- Loading branch information
1 parent
f6f2cee
commit 5af382a
Showing
1 changed file
with
51 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,51 @@ | ||
# 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 | ||
|
||
|
||
### [Lint multiple files in parallel [$500]](https://github.com/eslint/eslint/issues/3565) | ||
|
||
**Action Items:** @fasttime will prepare a RFC | ||
|
||
### Scheduled release for November 15th, 2024 | ||
|
||
**Action Items:** | ||
|
||
- @mdjermanovic will release: | ||
- `eslint` | ||
- `@eslint/eslintrc` | ||
- `@eslint/js` |