Skip to content

Commit 53472ac

Browse files
sam3kmdjermanovic
andauthoredJan 15, 2025··
docs: Add 2025-01-09 meeting notes (#557)
* docs: Add 2025-01-09 meeting notes * Update notes/2025/2025-01-09.md Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> * Update notes/2025/2025-01-09.md Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com> --------- Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
1 parent a3cf702 commit 53472ac

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed
 

‎notes/2025/2025-01-09.md

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# 2025-01-09 ESLint TSC Meeting Notes
2+
3+
## Transcript
4+
5+
[`2025-01-09-transcript.md`](2025-01-09-transcript.md)
6+
7+
## Attending
8+
9+
- Nicholas C. Zakas (@nzakas) - TSC
10+
- Francesco Trotta (@fasttime) - TSC
11+
- Milos Djermanovic (@mdjermanovic) - TSC
12+
13+
@nzakas moderated, and @sam3k took notes.
14+
15+
## Topics
16+
17+
### Statuses
18+
19+
* **@nzakas:** has been working on the `extends` RFC, the CSS plugin, and fixing the GitHub bot.
20+
* **@mdjermanovic:** fixed a bug with suggestions in `@eslint/markdown` and updated docs site to use flat config format in rule examples.
21+
* **@fasttime:** opened the RFC for multithread linting, unflagged TS config file support, worked to fix some issues with types in the rewrite repo, and I also opened a PR to partly automate the process of generating TSDoc comments in rule types https://github.com/eslint/eslint/pull/19276
22+
23+
### RFC Duty
24+
* Next week: @nzakas
25+
* Jan 20: @mdjermanovic
26+
* Jan 27: @fasttime
27+
28+
### GitHub bot was down earlier this week
29+
30+
We're still running on Node.js 16 and Octokit made some breaking changes in a minor release so the app just crashed.
31+
32+
**Action Items:**
33+
34+
* @nzakas is in the process of updating the bot to run on Node.js 22 and should have it ready by next week.
35+
* @nzakas is going to remove some of the old plugins that are in there that we don't have enabled to reduce the amount of work.
36+
37+
### [Browser tests](https://github.com/eslint/eslint/issues/19234)
38+
39+
We're at the point now where the browser tests always fail and are useless. We need to prioritize moving to a different tool.
40+
41+
**Action Items:**
42+
43+
* @fasttime will look into Cypress as a replacement
44+
45+
## [Contributor Pool December 2024](https://github.com/issues?q=org%3Aeslint+label%3A%22contributor+pool%22+merged%3A2024-12-01..2024-12-31)
46+
47+
48+
- @hildjj: $250 for eslint/json#69 eslint/json#70 eslint/json#71
49+
- @yeonjuan: $100 for eslint/eslint#19200
50+
- @ntnyq: $100 for eslint/eslint#19168
51+
- @aryaemami59: $200 for eslint/eslint#19050
52+
53+
### Scheduled release for January 10th, 2025
54+
55+
**Action Items:**
56+
57+
- @fasttime will release:
58+
- `eslint`
59+
- `@eslint/js`
60+
- `@eslint/rewrite`
61+
62+
63+
64+
65+

0 commit comments

Comments
 (0)
Please sign in to comment.