aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/biome.json
diff options
context:
space:
mode:
authorNtskwK <natsukawa247@outlook.com>2026-01-21 11:03:03 +0800
committerNtskwK <natsukawa247@outlook.com>2026-01-21 11:03:03 +0800
commitc792c62c86e4d9f4de8402610bb63000cd79bc3a (patch)
treec9efcc2e994d4242cd883317c4f8737d8a821600 /packages/docs/biome.json
parentc281777d65c4207d2fc3805a52fbc6e1939f4909 (diff)
downloadDropOut-c792c62c86e4d9f4de8402610bb63000cd79bc3a.tar.gz
DropOut-c792c62c86e4d9f4de8402610bb63000cd79bc3a.zip
feat(docs): add React Router docs with Fumadocs
Diffstat (limited to 'packages/docs/biome.json')
-rw-r--r--packages/docs/biome.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/packages/docs/biome.json b/packages/docs/biome.json
new file mode 100644
index 0000000..a637e58
--- /dev/null
+++ b/packages/docs/biome.json
@@ -0,0 +1,37 @@
+{
+ "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
+ "vcs": {
+ "enabled": true,
+ "clientKind": "git",
+ "useIgnoreFile": true
+ },
+ "files": {
+ "ignoreUnknown": true,
+ "includes": [
+ "**",
+ "!node_modules",
+ "!.source"
+ ]
+ },
+ "formatter": {
+ "enabled": true,
+ "indentStyle": "space",
+ "indentWidth": 2
+ },
+ "linter": {
+ "enabled": true,
+ "rules": {
+ "recommended": true
+ },
+ "domains": {
+ "react": "recommended"
+ }
+ },
+ "assist": {
+ "actions": {
+ "source": {
+ "organizeImports": "on"
+ }
+ }
+ }
+}