BuilderIO / micro-agent

An AI agent that writes (actually useful) code for you
https://www.builder.io/blog/micro-agent
MIT License
2.61k stars 206 forks source link

Apply prettier formatting #8

Closed tpaulshippy closed 3 months ago

tpaulshippy commented 3 months ago

Purpose

Noticed that the build was failing on #7 so I looked at the logs and it was just a lint issue.

Approach

Ran node ./node_modules/prettier/bin-prettier.js -w .

steve8708 commented 3 months ago

thanks @tpaulshippy ! surprised this isn't in the CI checks, will need to get that fixed