--- description: globs: alwaysApply: false --- # Development Guidelines ## Code Style and Standards ### TypeScript/JavaScript - Use TypeScript for type-safe development - Follow ESLint rules defined in [eslint.config.mjs](mdc:eslint.config.mjs) - Use `@antfu/eslint-config` as the base configuration - Run `pnpm lint` to check code style, `pnpm lint:fix` to auto-fix issues ### Vue Components - Use Composition API with `