Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Lint whitespace on object spread #2122

Closed
adidahiya opened this issue Jan 26, 2017 · 0 comments
Closed

Lint whitespace on object spread #2122

adidahiya opened this issue Jan 26, 2017 · 0 comments

Comments

@adidahiya
Copy link
Contributor

adidahiya commented Jan 26, 2017

Config

New option on whitespace rule called "check-spread"

Failing code

const thing = {
    ... otherThing,
};

Passing code

const thing = {
    ...otherThing,
};
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant