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

tools: enable arrow functions in .eslintrc #2840

Conversation

thefourtheye
Copy link
Contributor

As of v8 4.5, arrow functions are rolled out. This patch allows eslint
to accept arrow functions as well.

Sorted the entries as per @silverwind's suggestion in #2836 (comment)

As of v8 4.5, arrow functions are rolled out. This patch allows eslint
to accept arrow functions as well.
@thefourtheye thefourtheye added the tools Issues and PRs related to the tools directory. label Sep 12, 2015
@silverwind
Copy link
Contributor

LGTM

@cjihrig
Copy link
Contributor

cjihrig commented Sep 12, 2015

LGTM, but this seems way noisier than it needs to be.

@devinus
Copy link

devinus commented Sep 13, 2015

I am very impressed Node itself is using ESLint.

thefourtheye added a commit that referenced this pull request Sep 15, 2015
As of v8 4.5, arrow functions are rolled out. This patch allows eslint
to accept arrow functions as well.

PR-URL: #2840
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@thefourtheye
Copy link
Contributor Author

Thanks for the review people :-) Landed in 845acb4

@thefourtheye thefourtheye deleted the enable-arrow-functions-in-eslint branch September 15, 2015 05:01
@rvagg rvagg mentioned this pull request Sep 15, 2015
thefourtheye added a commit that referenced this pull request Sep 15, 2015
As of v8 4.5, arrow functions are rolled out. This patch allows eslint
to accept arrow functions as well.

PR-URL: #2840
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Fishrock123 Fishrock123 mentioned this pull request Sep 15, 2015
7 tasks
@rvagg rvagg mentioned this pull request Sep 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants