BobaBoard / issues

BobaBoard issue tracking
2 stars 0 forks source link

Add eslint configuration #141

Open essential-randomness opened 1 year ago

essential-randomness commented 1 year ago

We should add eslint to all our codebases to enforce code style conventions. Code style conventions are currently not defined very strictly, so this might involve adding common configurations, figuring out what breaks, and push people/ms boba to fix it (or add TODOs).

We should figure out what are common stylistic choices projects make and make sure that we agree on which ones we want to adopt ourselves.

### Tasks
- [ ] Discuss set of stylistic choices we need to make
- [ ] Set up eslint on boba-backend
- [ ] Review eslint configuration on boba-frontend
- [x] Review eslint configuration on boba-components