4 4 │ {/* invalid */}
5 │ - ····
5 │ + ····<>
6 6 │ Lorem
7 7 │ Ipsum
8 │ - ····
8 │ + ····>
9 9 │
10 10 │
```
```
invalid.jsx:10:5 lint/style/useFragmentSyntax FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
! Use shorthand syntax for Fragment elements instead of standard syntax.
8 │
9 │
> 10 │
│ ^^^^^^^^^^^^^^^^
> 11 │ Lorem
> 12 │
> 13 │
│ ^^^^^^^^^^^^^^^^^
14 │
15 │ *comment*/Fragment>
i Shorthand fragment syntax saves keystrokes and is only inapplicable when keys are required.
i Unsafe fix: Replace with the fragment syntax
8 8 │
9 9 │
10 │ - ····
10 │ + ····<>
11 11 │ Lorem
12 12 │
13 │ - ····
13 │ + ····>
14 14 │
15 15 │ *comment*/Fragment>
```
```
invalid.jsx:15:5 lint/style/useFragmentSyntax FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
! Use shorthand syntax for Fragment elements instead of standard syntax.
13 │
14 │
> 15 │ *comment*/Fragment>
│ ^^^^^^^^^^^^^^^^^^^^^
> 16 │
Lorem
> 17 │
Ipsum
> 18 │ /*comment*/Fragment>
│ ^^^^^^^^^^^^^^^^^^^^^^^
19 │
i Shorthand fragment syntax saves keystrokes and is only inapplicable when keys are required.
i Unsafe fix: Replace