- Disallow empty destructuring patterns
This rule aims to flag any empty patterns in destructured objects and arrays, and as such, will report a problem whenever one is encountered.
You can check them out here.