-
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.
- Loading branch information
Showing
1 changed file
with
33 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,33 @@ | ||
# 2023-12-28 ESLint TSC Meeting Notes | ||
|
||
## Transcript | ||
|
||
[`2023-12-28-transcript.md`](2023-12-28-transcript.md) | ||
|
||
## Attending | ||
|
||
* Nicholas C. Zakas (@nzakas) - TSC | ||
* Milos Djermanovic (@mdjermanovic) - TSC | ||
|
||
@nzakas moderated, and @sam3k took notes. | ||
|
||
## Topics | ||
|
||
### [v9.0.0 Status](https://github.com/orgs/eslint/projects/4/views/2) | ||
|
||
**Action Item:** | ||
|
||
* Added [#17820](https://github.com/eslint/eslint/issues/17820) to the v9 board (@nzakas) | ||
* [#17885](https://github.com/eslint/eslint/pull/17885/) (@nzakas) | ||
* We'd like to merge to alpha if ready | ||
* If not, we will create a separate PR to remove `no-inner-declaration` from `eslint:recommended` for alpha | ||
* Swapping FlatESLint and ESLint (@nzakas) | ||
* Moving FlatRuleTester to be RuleTester (@nzakas) | ||
* Update [Node.js API Reference](https://eslint.org/docs/latest/integrate/nodejs-api) docs (@nzakas) | ||
* Update `@eslint/create-config` | ||
* Update the playground | ||
* Update playground to use FlatConfig | ||
|
||
### Scheduled release for December 29th, 2023 (v9 alpha.0) | ||
|
||
**Action Items:** @mdjermanovic will aim to release around 4pm EST if all necessary PRs for alpha have been merged. |