issues
search
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
Install ESLint and Prettier in the React project.
Use Airbnb's ESLint configuration for React (npx install-peerdeps --dev eslint-config-airbnb).
Set up Husky pre-commit hooks for the frontend.