@masknet/eslint-plugin
Version:
eslint plugin for masknet
28 lines (17 loc) • 400 B
Markdown
<!-- 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 -->