MLH-Fellowship / prep-project-22.P3.1

MLH Prep Project for 22.P3.1
https://prep-22-p3-1-project.netlify.app
MIT License
10 stars 15 forks source link

Add .editorconfig #8

Closed Mayank17M closed 2 years ago

Mayank17M commented 2 years ago

To make sure everyone's code is formatted the same way to avoid any git conflicts. Learn more about editorconfig here

Mayank17M commented 2 years ago

We can also set up Prettier and ESLint in this issue. Both of these will help maintain uniform code standards.

@PAOK-2001 @Mutugiii @suraj-singh127 views on this?

Mutugiii commented 2 years ago

It would be a great idea to set them up. I'm all for it!

Mayank17M commented 2 years ago

I've used airbnb's standards and I think they're quite good and popular. I'll go ahead with it and create a PR for this.