Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Decision docs for start of rewrite #52

Merged
merged 6 commits into from
Jun 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add link to GH discussion
nzakas committed Jun 10, 2024
commit 0cae60feb57008fded38cf379fc9da0db7406cec
4 changes: 4 additions & 0 deletions decisions/001-rewrite-core.md
Copy link
Member

@fasttime fasttime Jun 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe worth linking to the original discussion somewhere for the benefit of new readers?

Original file line number Diff line number Diff line change
@@ -22,3 +22,7 @@ We will rewrite the ESLint core from scratch. The rewrite will happen in a separ
For a period of time, we will end up maintaining two versions of ESLint. This is a necessary step to ensure that we don't disrupt the normal flow of ESLint usage until we are certain that the new core is ready for production use.

When the new core is ready, we will need to be careful about the migration plan for users as we don't want to alienate folks or make it seem like too big of a change.

## See Also

- <https://github.com/eslint/eslint/discussions/16557>