Skip to content

Commit

Permalink
docs: Add 2023-03-09 meeting notes (#416)
Browse files Browse the repository at this point in the history
* Create 2023-03-09.md

Closes #414

* Update notes/2023/2023-03-09.md

Co-authored-by: Nicholas C. Zakas <[email protected]>

* Update notes/2023/2023-03-09.md

Co-authored-by: Nicholas C. Zakas <[email protected]>

* Update notes/2023/2023-03-09.md

Co-authored-by: Nicholas C. Zakas <[email protected]>

---------

Co-authored-by: Nicholas C. Zakas <[email protected]>
  • Loading branch information
sam3k and nzakas committed Mar 15, 2023
1 parent c403960 commit 284e224
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions notes/2023/2023-03-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# 2023-03-09 ESLint TSC Meeting Notes

## Transcript

[`2023-03-09-transcript.md`](2023-03-09-transcript.md)
## Attending

* Nicholas C. Zakas (@nzakas) - TSC
* Milos Djermanovic (@mdjermanovic) - TSC

@nzakas moderated, and @sam3k took notes.

## Topics

### [feat: ESLint Language Plugins #99](https://github.com/eslint/rfcs/pull/99)

> @nzakas:
>
> **TSC Summary:** The language plugins RFC is now complete, which gives ESLint the ability to lint other file types besides JavaScript..
>
> **TSC Questions:**
>
> 1. Shall we move to final commenting?
**Resolution:** We decided to move the RFC to the Final Commenting phase.


### `release-please` rollout for the rest of the repos
**Summary:** We've now implemented release-please for generator-eslint and @eslint/create-config. Shall we roll out to other repos now as well?

**Resolution:** resolved in the previous meeting.

### Documentation-specific License
**Summary:** We don't currently have a documentation-specific license, so it defaults to all rights reserved.

> @nzakas:
>
> Agenda item: We don't currently have a documentation-specific license, so it defaults to all rights reserved. I'd like to propose we license the documentation as [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).

**Resolution:** Okay, we've agreed to license the docs under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. We will place a notice both in the docs README and in the footer of the docs site.

**Action Item:** @Sam3k to create an issue for this.


### [Scheduled release for March 10th, 2023](https://github.com/eslint/eslint/issues/16945)

> @mdjermanovic:
> We'll have `espree`, `@eslint/eslintrc` (to update espree dependency), `@eslint/js` to match `eslint`, and `eslint` of course
> @nzakas:
>
> Once we release espree I can finalize the changes to allow for serializing configs. And that may, in fact, be the last thing needed for flat config to move on to the next phase.
**Resolution:** `espree` and `@eslint/eslintrc` will be deployed either on March 10th, 2023 or March 11th, 2023.

0 comments on commit 284e224

Please sign in to comment.