Description: ## What needs to be done - Install ESLint in both apps - Install Prettier in both apps - Create shared ESLint config in packages/config - Create shared Prettier config - Add lint scripts to package.json - Configure VSCode settings ## Acceptance Criteria - [ ] npm run lint works from root - [ ] npm run format works from root - [ ] Consistent code style across both apps
Description:
What needs to be done
Acceptance Criteria