Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Need to disable no-unreadable-array-destructuring #12

Open
JRJurman opened this issue Jul 24, 2020 · 0 comments
Open

Need to disable no-unreadable-array-destructuring #12

JRJurman opened this issue Jul 24, 2020 · 0 comments

Comments

@JRJurman
Copy link
Member

With the introduction of the non-proxied value in the observable hook, we need to enable this syntax as valid:

const [,, rawCounter] = useObservable({ now: { clicks: 0 } })

To do this we need to remove the unicorn rule for no-unreadable-array-destructuring

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant