jackreichert / over-engineered-todo

building a todo app to keep my skills sharp
0 stars 1 forks source link

Implement linter #39

Closed jackreichert closed 10 months ago

jackreichert commented 10 months ago

Context It's important that our code follows a consistent standard. A linter will automate this.

As a developer I want my code to be consistent So that other developers (including future me) knows what to expect

Acceptance Criteria

jackreichert commented 10 months ago

https://github.com/jackreichert/over-engineered-todo/pull/49