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

fix: change peer dependencies to allow eslint v9 #216

Merged
merged 4 commits into from
Apr 7, 2024

Conversation

aladdin-add
Copy link

No description provided.

@aladdin-add aladdin-add merged commit 5e82d7f into master Apr 7, 2024
17 checks passed
@aladdin-add aladdin-add deleted the chore/eslint-v9 branch April 7, 2024 02:53
Comment on lines +496 to +530
// detected duplicate tests by eslint v9
// {
// code: "function f(a = 0) {}",
// options: [{ version: "5.9.9", ignores: ["defaultParameters"] }],
// },
// {
// code: "(function(a = 0) {})",
// options: [{ version: "5.9.9", ignores: ["defaultParameters"] }],
// },
// {
// code: "((a = 0) => a)",
// options: [{ version: "5.9.9", ignores: ["defaultParameters"] }],
// },
// {
// code: "({ key(a = 0) {} })",
// options: [{ version: "5.9.9", ignores: ["defaultParameters"] }],
// },
// {
// code: "class A { key(a = 0) {} }",
// options: [
// {
// version: "5.9.9",
// ignores: ["classes", "defaultParameters"],
// },
// ],
// },
// {
// code: "(class { key(a = 0) {} })",
// options: [
// {
// version: "5.9.9",
// ignores: ["classes", "defaultParameters"],
// },
// ],
// },
Copy link

Choose a reason for hiding this comment

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

Can we not leave these here commented out? 👀

Copy link
Author

Choose a reason for hiding this comment

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

yes, just want to figure out why they are duplicated - maybe a bug somewhere. :)

package.json Show resolved Hide resolved
.github/workflows/CI.yml Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants