chore: add prettier and eslint config, format codebase
Summary
adds shared Prettier and ESLint configuration and applies formatting across the codebase, so all contributions stay consistently formatted and linted
What's included
.prettierrcusingprettier-plugin-tailwindcss(auto-sorts Tailwind class names)eslint.config.jsforexpo lint- Repo-wide format pass (whitespace/quotes/class order only, no logic changes)
Notes
this is formatting + tooling only; no runtime behavior changes