1varunvc / snyder

MIT License
0 stars 0 forks source link

Frontend: Establish Coding Standards and Linting for Frontend #17

Open 1varunvc opened 2 days ago

1varunvc commented 2 days ago
  1. Install ESLint and Prettier in the React project.
  2. Use Airbnb's ESLint configuration for React (npx install-peerdeps --dev eslint-config-airbnb).
  3. Set up Husky pre-commit hooks for the frontend.