tools: enable arrow functions in .eslintrc by thefourtheye · Pull Request #2840 · nodejs/node

@thefourtheye

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

@thefourtheye added the tools

Issues and PRs related to the tools directory.

label

Sep 12, 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>

@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>

@rvagg rvagg mentioned this pull request

Sep 22, 2015