Configure ESLint and Prettier
This commit is contained in:
parent
c688bf1cda
commit
0116ba3ac1
7 changed files with 1023 additions and 16 deletions
5
TODO.md
5
TODO.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue