Skip to content

Conversation

@fabiomcosta
Copy link
Contributor

Code with objectsInObjects: false, looks wrong with object destructuring and a default object value:

Here is an example:

Code with objectsInObjects: false:

const { org = {}} = config;

Without:

const { org = {} } = config;

@indexzero
Copy link
Contributor

@fabiomcosta can you show examples with objects, not just destructuring assignment?

Copy link
Member

@rxmarbles rxmarbles left a comment

Choose a reason for hiding this comment

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

👍

@fabiomcosta
Copy link
Contributor Author

Thx folks, unfortunately I don't have rights to merge though.

@rxmarbles
Copy link
Member

@indexzero any reason why we cannot merge this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants