Configure ESLint and Prettier

This commit is contained in:
Nettika 2026-01-28 22:41:50 -08:00
parent c688bf1cda
commit 0116ba3ac1
No known key found for this signature in database
7 changed files with 1023 additions and 16 deletions

View file

@ -14,10 +14,7 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
### Vue Project Scaffold
- [x] Initialize Vue 3 project with Vite and TypeScript
- [ ] Configure TypeScript with strict mode
- [ ] Add ESLint and Prettier configuration
- [ ] Create `.gitignore` for node_modules, dist, .env
- [ ] Set up path aliases (`@/` for `src/`)
- [x] Add ESLint and Prettier configuration
- [ ] Create folder structure (`components/`, `composables/`, `stores/`, `types/`)
- [ ] Add Pinia for state management
- [ ] Verify hot module replacement works