Use elint and prettier and tooling like husky and lint-staged to automate checking and fixing coding standards. Automated format checking makes the code easier to read and work with, and eliminates a lot of noise from merges and PR requests due to changes that are only format differences, and not due to actual changes in functionality.
Action Items
[x] Agree on coding conventions and corresponding prettier and eslint configuration settings.
[x] Add prettier and eslint configuration files to the solution.
[x] Apply code formatting to all the source code in a refactor PR.
[x] Educate developers about how to work with these new conventions.
Overview
Use elint and prettier and tooling like husky and lint-staged to automate checking and fixing coding standards. Automated format checking makes the code easier to read and work with, and eliminates a lot of noise from merges and PR requests due to changes that are only format differences, and not due to actual changes in functionality.
Action Items
Resources/Instructions