Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

[CLEANUP] eslint object-curly-spacing #770

Merged
merged 1 commit into from
Oct 27, 2016
Merged

[CLEANUP] eslint object-curly-spacing #770

merged 1 commit into from
Oct 27, 2016

Conversation

btecu
Copy link
Contributor

@btecu btecu commented Oct 27, 2016

{'foo': 'bar'} -> { 'foo': 'bar' }

Part of #732.

cc @HospitalRun/core-maintainers

@btecu btecu mentioned this pull request Oct 27, 2016
21 tasks
Copy link
Member

@jkleinsc jkleinsc left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for the PR @btecu!

@jkleinsc jkleinsc merged commit cbbce1d into HospitalRun:master Oct 27, 2016
amyrlam added a commit to amyrlam/hospitalrun-frontend that referenced this pull request Nov 16, 2016
Re: http://eslint.org/docs/rules/object-curly-spacing

Realized my fork was out of date when started looking at this issue recently. I have previously used ember-suave, just getting started with eslint. 

Since many of the rules outlined in HospitalRun#732 aren’t part of eslint recommended https://github.com/DockYard/eslint-plugin-ember-suave/blob/master/config/recommended.js, I suggest adding the rules to the eslintrc.js so that they are enforced as they are fixed.

If this PR is ok:
- I’ll add the rest of the already completed rules from HospitalRun#732 in a follow-on PR.
- I will go through the remaining rules from HospitalRun#732, and add the rule to the .eslintrc.js as the rules are fixed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants