kimmobrunfeldt / git-hours

Estimate time spent on a git repository
MIT License
774 stars 59 forks source link

Refactor codebase to modern (Airbnb) standards #62

Closed tobius closed 3 years ago

tobius commented 3 years ago

Refactor codebase

Refactor codebase to modern (Airbnb) standards (project source code is nearly two years old)

Changes

Semantics

Categories

Validation Steps

  1. Run npm run dev (runs npm run test && npm run lint on change)
  2. Confirm no unit tests fail
  3. Confirm no lint errors report
kimmobrunfeldt commented 3 years ago

Looks great. Thanks!