The project currently lacks essential development tools for maintaining code quality and consistency ### Tasks - [ ] Setup and configure ESLint (the `lint` script exists but there is no config) - [ ] Create a configuration file for Prettier - [ ] Set up Husky and lint-staged to automate pre-commit hooks (linting, formatting) - [ ] Add import ordering rules