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

Add JavaScript Style Standard and CI #97

Closed mfleader closed 1 year ago

mfleader commented 1 year ago

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.