<!-- begin title -->

# `@masknet/jsx/no-unneeded-nested`

Reduce unneeded JSXFragment nested

<!-- end title -->

## Rule Details

### :x: Incorrect

```jsx
<>foo</>
```

## Attributes

<!-- begin attributes -->

- [x] :white_check_mark: Recommended
- [x] :wrench: Fixable
- [ ] :bulb: Suggestions
- [ ] :gear: Configurable
- [ ] :thought_balloon: Requires type information

<!-- end attributes -->
