Skip to content

Commit f008e83

Browse files
sam3kmdjermanovicfasttime
authored
docs: Add 2024-10-17 meeting notes (#540)
* docs: Add 2024-10-17 meeting notes * Apply suggestions from code review Co-authored-by: Francesco Trotta <[email protected]> --------- Co-authored-by: Milos Djermanovic <[email protected]> Co-authored-by: Francesco Trotta <[email protected]>
1 parent 62462c1 commit f008e83

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

notes/2024/2024-10-17.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# 2024-10-17 ESLint TSC Meeting Notes
2+
3+
## Transcript
4+
5+
[`2024-10-17-transcript.md`](2024-10-17-transcript.md)
6+
7+
## Attending
8+
9+
- Nicholas C. Zakas (@nzakas) - TSC
10+
- Milos Djermanovic (@mdjermanovic) - TSC
11+
- Francesco Trotta (@fasttime) - TSC
12+
13+
@nzakas moderated, and @sam3k took notes.
14+
15+
## Topics
16+
17+
### Statuses
18+
19+
* **@nzakas:** A bit of work on @eslint/json to allow trailing commas in JSONC and otherwise just trying to get caught up on notifications.
20+
* **@mdjermanovic:** working on `Language#defaultLanguageOptions`, fixed the `markdown/no-missing-label-refs` rule, and updated repos to use prerendered sponsors.
21+
* **@fasttime:** did the release, worked on removing jiti v1.21 and fixing Windows path handling in config-array, and did some minor fixes. Also triaged and reviewed issues and PRs.
22+
23+
24+
### RFC Duty Schedule
25+
26+
* October 14: @fasttime
27+
* October 21: @nzakas
28+
* October 28: @mdjermanovic
29+
30+
### [chore: add pkg.type "commonjs"](https://github.com/eslint/eslint/pull/19011)
31+
32+
Should we merge this PR?
33+
34+
**Resolution:** merge approved
35+
36+
### [Expose acorn plugin from espree module](https://github.com/eslint/js/issues/623)
37+
38+
> @nzakas: This asks to expose the Acorn plugin from Espree. While I'm not in favor of exposing it via the espree package, I'm starting to think it could be beneficial to expose it through another package.
39+
40+
> Basically, as a toolkit for people who want to customize Acorn and still have it usable through ESLint.
41+
42+
> I ran into this experimenting with a TypeScript Acorn plugin, where I ended up needing to re-implement a lot of the fixes that Espree does to the AST.
43+
44+
**Resolution:** team is generally in favor and will follow up on this.
45+
46+
**Action Items:** @mdjermanovic will look at the details over the weekend
47+
48+
### [Change Request: Create supported versions policy](https://github.com/eslint/eslint/issues/18621)
49+
50+
Everything seems to have been completed. Can we close this?
51+
52+
**Resolution:** Issue has been closed.
53+
54+
### Scheduled release for October 18th, 2024
55+
56+
**Action Items:**
57+
58+
- @fasttime will release all packages
59+
- @mdjermanovic will submit an issue to `release-please`
60+

0 commit comments

Comments
 (0)