style: linted files and added lint:fix

This commit is contained in:
Haoyu Xu
2025-10-05 20:50:22 +08:00
parent 33c7553506
commit 8bf964bef1
20 changed files with 270 additions and 151 deletions

View File

@@ -8,6 +8,7 @@
"preview:directory": "turbo run preview:directory --ui tui",
"preview": "http-server ./dist",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"update": "turbo run update",
"init": "turbo run init",
"download:game": "turbo run download:game",
@@ -39,4 +40,4 @@
"esbuild",
"sharp"
]
}
}