__Inspiration:__ [Using wrapper as the variable name for the return value from render](https://kentcdodds.com/blog/common-mistakes-with-react-testing-library#using-wrapper-as-the-variable-name-for-the-return-value-from-render) If possible, it would be nice to extend or reuse the existing core rule [`prefer-destructuring`](https://eslint.org/docs/rules/prefer-destructuring) so it only applies to `wrapper` or return values of `render`.