Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 0073edf

Browse files
committed
chore: remove biome lint rule noUselessFragments
1 parent a61d8b5 commit 0073edf

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

biome.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"noShadowRestrictedNames": "off",
1515
"noAssignInExpressions": "off"
1616
},
17-
"complexity": {
18-
"noUselessFragments": "off"
19-
},
2017
"a11y": {
2118
"noSvgWithoutTitle": "off"
2219
}

packages/docs/src/context.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ export const ThemeProvider: FC<ThemeNameProvider> = ({
6464

6565
return (
6666
<Provider value={{ themeName, setThemeName }}>
67-
<PracticalProvider theme={selectedTheme}>
68-
<>{children}</>
69-
</PracticalProvider>
67+
<PracticalProvider theme={selectedTheme}>{children}</PracticalProvider>
7068
</Provider>
7169
)
7270
}

0 commit comments

Comments
 (0)