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

Breaking: update eslint:recommended for 4.0.0 (fixes #8236) #8372

Merged
merged 1 commit into from
Apr 3, 2017

Conversation

not-an-aardvark
Copy link
Member

What is the purpose of this pull request? (put an "X" next to item)

[x] Add something to the core

What changes did you make? (Give an overview)

This adds no-useless-escape, no-compare-neg-zero, and array-callback-return to eslint:recommended.

Is there anything you'd like reviewers to focus on?

Nothing in particular

This adds no-useless-escape, no-compare-neg-zero, and array-callback-return to eslint:recommended.
@not-an-aardvark not-an-aardvark added accepted There is consensus among the team that this change meets the criteria for inclusion breaking This change is backwards-incompatible core Relates to ESLint's core APIs and features enhancement This change enhances an existing feature of ESLint labels Mar 31, 2017
@mention-bot
Copy link

@not-an-aardvark, thanks for your PR! By analyzing the history of the files in this pull request, we identified @kaicataldo, @nzakas and @vitorbal to be potential reviewers.

@eslintbot
Copy link

LGTM

@@ -212,7 +212,7 @@ module.exports = {
"no-with": "off",
"nonblock-statement-body-position": "off",
"object-curly-newline": "off",
"object-curly-spacing": ["off", "never"],
"object-curly-spacing": "off",
Copy link
Member Author

Choose a reason for hiding this comment

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

The default for object-curly-spacing is "never" anyway, so I don't think this was doing anything. It was added in b2aedfe and seems to have been a mistake.

@ilyavolodin ilyavolodin merged commit 9a9d916 into master Apr 3, 2017
@not-an-aardvark not-an-aardvark deleted the eslint-recommended-4 branch April 3, 2017 21:40
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 6, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepted There is consensus among the team that this change meets the criteria for inclusion archived due to age This issue has been archived; please open a new issue for any further discussion breaking This change is backwards-incompatible core Relates to ESLint's core APIs and features enhancement This change enhances an existing feature of ESLint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants