e18e
https://e18e.dev/blog
Ecosystem Performance
フィード

Community Showcase (Q2 2025)
e18e
July 18, 2025 A little late, but it's time for another community showcase! 🎉So many good things have happened over the last quarter in the community and around the ecosystem, and there's so much more to come 🚀Prettier CLI The Prettier team has been collaborating with the e18e community for some time now on a new, faster CLI for Prettier. In June, this was released behind a flag for all to try out! 🎉This has been a great collaboration, driven mostly by the work of @fabiospampinato and plenty of help from @fisker on the Prettier side of things.You can see some of the huge performance improvements in the chart below:You can use this in your own project by using the new experimental flag:sh# via the CLI flagprettier . --check --experimental-cli# via an environment variablePRETTIER_EXPERIMENTAL_CLI=1 prettier . --checkWithout any other changes, this should speed up your formatting runs a whole lot 🙌Read more about how we got here in the blog post.e18e CLI We posted about the upcoming...
1日前