File tree Expand file tree Collapse file tree 3 files changed +53
-53
lines changed Expand file tree Collapse file tree 3 files changed +53
-53
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ title: Roadmap
24
24
### Add auto-fix feature to rules that can be auto-fixed safely
25
25
26
26
- [ ] ` function-component-definition `
27
- - [ ] ` no-useless-fragment `
27
+ - [x ] ` no-useless-fragment `
28
28
- [x] ` prefer-shorthand-fragment `
29
29
- [x] ` prefer-react-namespace-import `
30
30
- [x] ` prefer-shorthand-boolean `
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ react-x/no-useless-fragment
16
16
17
17
** Features**
18
18
19
- ` 🔍 ` ` ⚙️ `
19
+ ` 🔍 ` ` 🔧 ` ` ⚙️ `
20
20
21
21
** Presets**
22
22
@@ -91,7 +91,7 @@ places like Typescript where `string` does not satisfy the expected return type
91
91
of ` JSX.Element ` . A common workaround is to wrap the variable holding a string
92
92
in a fragment and expression. To change this behaviour, use the ` allowExpressions ` option.
93
93
94
- ### Examples of correct code for single expressions in fragments:
94
+ ### Examples of correct code for single expressions in fragments
95
95
96
96
``` tsx
97
97
<>{ foo } </>
You can’t perform that action at this time.
0 commit comments