-
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 2023-10-05 meeting notes (#460)
- Loading branch information
Showing
1 changed file
with
37 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,37 @@ | ||
# 2023-10-05 ESLint TSC Meeting Notes | ||
|
||
## Transcript | ||
|
||
[`2023-10-05-transcript.md`](2023-10-05-transcript.md) | ||
|
||
## Attending | ||
|
||
* Nicholas C. Zakas (@nzakas) - TSC | ||
* Milos Djermanovic (@mdjermanovic) - TSC | ||
|
||
@nzakas moderated, and @sam3k took notes. | ||
|
||
## Topics | ||
|
||
### [New v9.0.0 Candidates](https://github.com/orgs/eslint/projects/4) | ||
|
||
| Feature | 👍 | 👎 | 🤷♂️ | Notes | | ||
| ------- | -- | -- | - | ----- | | ||
| [Suggestion: use syntax highlighting and format code block on the "Formatter Reference" page](https://github.com/eslint/eslint/issues/17505) | | 👎👎 | | | | ||
| [Change Request: `/* exported */`` should not allow values](https://github.com/eslint/eslint/issues/17622) | 👍👍 | | | | | ||
| [Omiting any file/dir positional parameter to CLI does not give an error](https://github.com/eslint/eslint/issues/14308) | 👍👍 | | | | | ||
|
||
### v9 Branching Strategy | ||
|
||
**Summary:** In [2023-09-07 tsc meeting](https://github.com/eslint/tsc-meetings/blob/main/notes/2023/2023-09-07.md#v9-release-strategy) it was discussed the possibility of merging v9 changes into a staging branch. | ||
|
||
**Action Items:** @mdjermanovic will... | ||
* continue researching this | ||
* create a test repo | ||
* experiment with different approaches | ||
|
||
### Do We Want to Freeze the Feature List Now? | ||
|
||
There are 27 issues for v9. | ||
|
||
**Resolution:** we've agreed that the feature list for v9 is now frozen. |