codergeek42 / wordle-solver

A clever algorithm and automated tool to solve the NYTimes daily Wordle puzzle game.
GNU General Public License v3.0
0 stars 0 forks source link

style: add prettier auto-formatting #4

Closed codergeek42 closed 4 months ago

codergeek42 commented 4 months ago

As I start to build this out more fully, consistent formatting and such will be key, especially if others contribute too. Automatic formatting with prettier will help keep coding styles/spacing/etc. consistent without too much extra though.