FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cherry-pick eslint update to v4.x by targos · Pull Request #4721 · nodejs/node · GitHub

/ node Public

cherry-pick eslint update to v4.x - #4721

Closed
targos wants to merge 6 commits into
nodejs:v4.x-stagingfrom
targos:eslint-v4.x
Closed

cherry-pick eslint update to v4.x#4721
targos wants to merge 6 commits into
nodejs:v4.x-stagingfrom
targos:eslint-v4.x

Conversation

targos commented Jan 16, 2016

Copy link
Copy Markdown
Member

No description provided.

On case-insensitive platorms, the Debug/ rule catches the debug module
under npm and eslint.

PR-URL: nodejs#2286
Reviewed-By: Roman Reiss <me@silverwind.io>
PR-URL: nodejs#2286
Reviewed-By: Roman Reiss <me@silverwind.io>
The no-reserved-keys rule doesn't exist anymore and we don't need ES3
compatibility.
escape and unescape are now known by eslint.
--reset flag was removed and it is now the default behavior.

PR-URL: nodejs#2286
Reviewed-By: Roman Reiss <me@silverwind.io>
With an indentation style of two spaces, it is not possible to indent
multiline variable declarations by four spaces. Instead, the var keyword
is used on every new line.
Use const instead of var where applicable for changed lines.

PR-URL: nodejs#2286
Reviewed-By: Roman Reiss <me@silverwind.io>
PR-URL: nodejs#2286
Reviewed-By: Roman Reiss <me@silverwind.io>
Replace var keyword with const or let.

PR-URL: nodejs#2286
Reviewed-By: Roman Reiss <me@silverwind.io>
targos added tools Issues and PRs related to the tools directory. lts-watch-v4.x labels Jan 16, 2016

targos commented Jan 16, 2016

Copy link
Copy Markdown
Member Author

Original PR: #2286

targos commented Jan 16, 2016

Copy link
Copy Markdown
Member Author

Copy link
Copy Markdown
Contributor

LGTM

targos added test Issues and PRs related to the tests. lib / src Issues and PRs related to general changes in the lib or src directory. labels Jan 16, 2016

jasnell commented Jan 18, 2016

Copy link
Copy Markdown
Member

LGTM, but since this is such a huge edit I propose waiting to land until after 4.2.5. We'll be spinning up a 4.3.0 soon after. /cc @nodejs/lts

Copy link
Copy Markdown
Contributor

landed in 97a5b16...2f78b65

targos deleted the eslint-v4.x branch March 7, 2016 22:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lib / src Issues and PRs related to general changes in the lib or src directory. test Issues and PRs related to the tests. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL