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
2424### Add auto-fix feature to rules that can be auto-fixed safely
2525
2626- [ ] ` function-component-definition `
27- - [ ] ` no-useless-fragment `
27+ - [x ] ` no-useless-fragment `
2828- [x] ` prefer-shorthand-fragment `
2929- [x] ` prefer-react-namespace-import `
3030- [x] ` prefer-shorthand-boolean `
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ react-x/no-useless-fragment
1616
1717** Features**
1818
19- ` 🔍 ` ` ⚙️ `
19+ ` 🔍 ` ` 🔧 ` ` ⚙️ `
2020
2121** Presets**
2222
@@ -91,7 +91,7 @@ places like Typescript where `string` does not satisfy the expected return type
9191of ` JSX.Element ` . A common workaround is to wrap the variable holding a string
9292in a fragment and expression. To change this behaviour, use the ` allowExpressions ` option.
9393
94- ### Examples of correct code for single expressions in fragments:
94+ ### Examples of correct code for single expressions in fragments
9595
9696``` tsx
9797<>{ foo } </>
You can’t perform that action at this time.
0 commit comments