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

prefer-spread: Prefer ... over Array#concat() #1029

Merged
merged 15 commits into from Jan 19, 2021

Conversation

fisker
Copy link
Collaborator

@fisker fisker commented Jan 18, 2021

Part of #737, fobid use Array#concat()

'string.concat("bar")',
// Currently not fixing multiple arguments
'foo.concat(2, 3)',
'foo.concat(2, bar)',
Copy link
Owner

Choose a reason for hiding this comment

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

Worth opening an issue for this? Can be marked as "help wanted".

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I got something in mind, I'll work on it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

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.

None yet

2 participants