se701g2 / Doto

Todo application for Group 2
https://doto.azurewebsites.net/
MIT License
12 stars 42 forks source link

Extend formatting toolchain to work with both projects #210

Closed jordansimsmith closed 4 years ago

jordansimsmith commented 4 years ago

User Story:

As a developer, I'd like to configure husky, lint-staged, prettier and eslint to integrate with the whole project (instead of just frontend) so that all files are correctly formatted.

Acceptance Criteria:

1) aforementioned toolchain setup for monorepo. https://github.com/typicode/husky#monorepos 2) Only one installation of huksy etc. 3) All files formatted 4) formatting rules for backend are the same as current frontend 5) pre commit / lint staging behaviour same as current, but for the whole repo