perftool-incubator / CommonDataModel

Templates, scripts, and documentation on using a common data format for metrics, benchmark, and environment data
GNU General Public License v3.0
1 stars 3 forks source link

CI style formatting #92

Closed mfleader closed 11 months ago

mfleader commented 11 months ago
  1. Set NodeJS required version to 20.7.0.
  2. Add CI to check that JavaScript code style is formatted to project standard.
  3. Apply JavaScript code style formatting to all JavaScript files.
  4. Document how to apply style formatting.

Eliminates code style differences between contributors when reviewing pull requests which improves code readability.