aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/biome.json
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-18 16:40:54 +0800
committer苏向夜 <fu050409@163.com>2026-01-18 16:40:54 +0800
commitf5e2c9b9291be3a646c407a86d8f5fdc76cecd9f (patch)
tree672f53b385ed5cb1d9a69057bdff934d925e5081 /biome.json
parent104e52bb97f81d23132f3f75bf5e89b20cfe4624 (diff)
downloadDropOut-f5e2c9b9291be3a646c407a86d8f5fdc76cecd9f.tar.gz
DropOut-f5e2c9b9291be3a646c407a86d8f5fdc76cecd9f.zip
fix(build): fix pnpm build script
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/biome.json b/biome.json
new file mode 100644
index 0000000..eb43210
--- /dev/null
+++ b/biome.json
@@ -0,0 +1,35 @@
+{
+ "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
+ "vcs": {
+ "enabled": true,
+ "clientKind": "git",
+ "useIgnoreFile": true
+ },
+ "files": {
+ "ignoreUnknown": false
+ },
+ "formatter": {
+ "enabled": true,
+ "indentStyle": "space",
+ "indentWidth": 2
+ },
+ "linter": {
+ "enabled": true,
+ "rules": {
+ "recommended": true
+ }
+ },
+ "javascript": {
+ "formatter": {
+ "quoteStyle": "double"
+ }
+ },
+ "assist": {
+ "enabled": true,
+ "actions": {
+ "source": {
+ "organizeImports": "on"
+ }
+ }
+ }
+}