Skip to content

Commit

Permalink
docs: Add 2023-04-20 meeting notes (#426)
Browse files Browse the repository at this point in the history
* docs: Add 2023-04-20 meeting notes

* Update notes/2023/2023-04-20.md

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

* Update notes/2023/2023-04-20.md

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

---------

Co-authored-by: Nicholas C. Zakas <[email protected]>
  • Loading branch information
sam3k and nzakas committed Apr 25, 2023
1 parent 26c1d76 commit 7ce6dc9
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions notes/2023/2023-04-20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 2023-04-20 ESLint TSC Meeting Notes

## Transcript

[`2023-04-20-transcript.md`](2023-04-20-transcript.md)

## Attending

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

@nzakas moderated, and @sam3k took notes.

## Topics


### [feat: Add suppress ignored file warnings RFC](https://github.com/eslint/rfcs/pull/90)

Originally the RFC proposed using the value of the warnIgnored as the default for the warnIgnored option of the `lintText()` method. This was changed in a feedback round to avoid a breaking change. However, now that we're only going to implement this in `FlatESLint`, can we go back to the original version?

**Resolution:** We have decided that the RFC should be changed so if the warnIgnored option of lintText() is not specified, it will default to the warnIgnored value for the FlatESLint instance.

> @mdjermanovic
>
> Although it's a breaking change for FlatESLint class users, we can release it in a 8.x minor version of ESLint
**Action Item:** @mdjermanovic will leave another comment to clarify what should be updated in the RFC (basically, it should be reverted to the previous version, then updated to work on FlatESLint instead of ESLint)

### [Implement Flat Config](https://github.com/eslint/eslint/issues/13481)

> @nzakas
>
> I started working with the typescript-eslint folks and we ran into an issue because they use Nx, and Nx directly uses the ESLint class rather than the CLI, so it can't use flat config until it is updated to also use the FlatESLint class.
**Action Items:**
* @mdjermanovic will start on `eslint-plugin-n` next week
* James is [going to work on](https://github.com/typescript-eslint/typescript-eslint/pull/6836) implementing flat config on `typescript-eslint`

### Scheduled release for April 21st, 2023

**Action Item:** @mdjermanovic will release `eslint` and `@eslint/js`

0 comments on commit 7ce6dc9

Please sign in to comment.