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

Update object curly newline rule to force line breaks #9

Open
allanchau opened this issue Feb 19, 2018 · 0 comments
Open

Update object curly newline rule to force line breaks #9

allanchau opened this issue Feb 19, 2018 · 0 comments

Comments

@allanchau
Copy link
Member

@smebberson What do you think about updating the linter to force new lines within objects. I think this would improve readability in git when changing elements within the object.

module.exports = {
    createMemberInRecurly,
};

// Bit harder to see what has changed in git because the whole line is highlighted as well as the change
module.exports = { createMemberInRecurly };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant