mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-19 10:22:04 +08:00
Run `pnpm lint:check` before build to catch format and import issues early. Biome's noUnusedVariables is disabled for Vue files since biome cannot detect variables used in <template> blocks.