Closed Emilio-PdeA closed 1 month ago
@visheshrwl Can you add the corresponding tags to the PR for hacktoberfest so this PR can participate?
Thanks in advance!
@Emilio-PdeA amazing work. Consider starring the repo and hoping for more PR's from your side.
Hey @Emilio-PdeA , @Aryam2121 ! 👋
First off, I want to extend a huge thank you to all of you for your amazing contributions to this project! Your support and hard work mean a lot, and I truly appreciate everything you do. 🙏
I have a small favor to ask: if you think I’ve been helpful and supportive throughout your contributions, I would be honored if you could nominate me by filling out this form: Nominate me.
Your nomination would mean the world to me, and it’s a great way to help me continue supporting our awesome community. Thanks again for all the amazing work, and let's keep making great things happen! 🚀
Best, Vishesh
Fix #6
All Submissions:
Type of change
Please delete options that are not relevant.
Description
The objective of the PR is to implement workflow for ESLINT and prettier
New files
.github/workflows/ci-cd.yml
: Includes configuration to run ESLINT and prettierbackend/eslint.config.mjs
: ESLINT configuration filebackend/.prettierrc
: Prettier configuration fileUpdated files
package.*.json
: Installation of eslint, prettier and plugins (eslint-config-prettier, eslint-plugin-prettier)npm run prettier:fix
in backend folder