mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +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.