levelbreaded / gumption

CLI tool to manage stacked branches on Git
3 stars 0 forks source link

Replace xo and external prettier with regular eslint #12

Closed aadiraju closed 2 months ago

aadiraju commented 2 months ago

Removed xo and the external prettier config. This PR also has the recommended typescript eslint config set up. We can discuss the particulars about configs if needed, but this is a solid base for now and it works.

closes #8 and #9