Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RN: Ignore Unused Rest Property Siblings
Summary: Configures ESLint to allow unused variables that are the sibling of a rest property. For example: ``` // It is okay for `type` to be unused. const {type, ...coords} = data; ``` Reviewed By: TheSavior Differential Revision: D8779952 fbshipit-source-id: 1f7b756a75d9363b85e05209ce2a9bb536c5d4da
- Loading branch information