Skip to content

Commit a4856f2

Browse files
committed
Enable noImportCycles in biome.json
Signed-off-by: Sora Morimoto <[email protected]>
1 parent b7abea6 commit a4856f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"forceJsExtensions": true
2525
}
2626
}
27+
},
28+
"nursery": {
29+
"noImportCycles": "error"
2730
}
2831
}
2932
},

0 commit comments

Comments
 (0)