CampusMadridProjects / directory-backend

Campus Directory Backend. It uses Cloud Functions for Firebase as entry point, and stores data in Firestore.
MIT License
1 stars 0 forks source link

Code Style Guide #2

Open CodingCarlos opened 6 years ago

CodingCarlos commented 6 years ago

Now, I'm using default firebase functions code style for linting (with eslint), but I'm pretty open to anything we feel confortable with. Discussion open ^^

My 50 cents: I preffer indent using tabs instead of spaces :rofl:

carlosazaustre commented 6 years ago

ESLint FTW! Airbnb or StandardJS guidelines?

CodingCarlos commented 6 years ago

Maybe, to be coherent with frontend, we shall go to airbnb.