Skip to content

Conversation

aladdin-add
Copy link

No description provided.

@aladdin-add aladdin-add merged commit 5e82d7f into master Apr 7, 2024
@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. :)

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