[x] Add CI to check that JavaScript code style is formatted to project standard.
[x] Apply JavaScript code style formatting to all JavaScript files.
[x] Document how to apply style formatting.
Prettier is used to check and format JavaScript style. I modified their default configuration to use a tab width of two spaces.
I removed the Node JS engine version declaration in the package dependency configuration. I will be able to better determine an appropriate version on the unit test issue.
Prettier is used to check and format JavaScript style. I modified their default configuration to use a tab width of two spaces.
I removed the Node JS engine version declaration in the package dependency configuration. I will be able to better determine an appropriate version on the unit test issue.