Skip to content

Commit 4aebcd5

Browse files
committed
fix(config): restore noNestedComponentDefinitions rule in biome config
1 parent 983aec3 commit 4aebcd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"rules": {
6767
"recommended": true,
6868
"nursery": {
69-
"useSortedClasses": "warn"
69+
"useSortedClasses": "warn",
70+
"noNestedComponentDefinitions": "off"
7071
},
7172
"a11y": {
7273
"noSvgWithoutTitle": "off",

0 commit comments

Comments
 (0)