climate-cooperative / home-energy-assessment-database

Documentation, conversions, and data supporting Climate Cooperative's home energy audit and calculation tools.
Apache License 2.0
3 stars 3 forks source link

Meet Googles coding standards #39

Closed cooper-roper closed 5 months ago

cooper-roper commented 6 months ago

Description

Refactor and rewrite any code that does not meet Google's javascript coding standards

Technical Notes

https://google.github.io/styleguide/jsguide.html

rgraue commented 6 months ago

We already have linters that do this. just run npm run lint and npm runt format

rgraue commented 6 months ago

40 covers the unit test conventions of the standard