jakji93 / airon-fitness

AIRON Fitness is an AI-powered fitness companion supporting your personal health journey by delivering customized fitness and meal plans tailored to your goals and preferences.
https://airon-fitness.onrender.com/
MIT License
4 stars 2 forks source link

Server ESLint #28

Closed kennyjhcheng closed 1 year ago

kennyjhcheng commented 1 year ago

Eslint setup, works with same commands from client-side

Also setup with precommit hook and vscode errors.

cd server
npm run lint
npm run lint:fix

Fixed all styling issues existing. Changed ALL naming to be camelCase. No more underscores >:C