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

Fix: ignore MemberExpression in VariableDeclarators (fixes #6795) #6815

Merged
merged 1 commit into from Aug 1, 2016

Conversation

nzakas
Copy link
Member

@nzakas nzakas commented Aug 1, 2016

What issue does this pull request address?
#6795 (continues work from #6796)

What changes did you make? (Give an overview)

Just rebased.

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

Nope. #6796 was already approved, this just eliminates the merge conflicts.

Chained properties on objects will typically not be indented as the rule
expects in variable declarations. For now, ignore variable declarations
(as was done in the previous version of ESLint, where all chained
properties were ignored) and possibly revisit later to offer users
opportunity to enforce alignment and/or sensible indentation.
@eslintbot
Copy link

LGTM

@nzakas nzakas merged commit 46b14cd into master Aug 1, 2016
@nzakas nzakas deleted the pr6796 branch August 1, 2016 18:31
@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
archived due to age This issue has been archived; please open a new issue for any further discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants