zero joke.
when I set up @biomejs (lint + format) and @bunjavascript (unit tests) as a pre commit hook, I thought it was not working and spent some time debugging.
until I realized it WAS actually happening, just absurdly fast.
I'm always surprised by how many devs hate Git hooks from only using them with slow tools (cross-file linter setup, tests, type checkers etc.). If you only use them with fast tools (formatters, native-speed linters) they're fantastic.
It's a real common straw person fallacy. 😔
Another progress report on our upcoming #plugin support and #GritQL integration is available: github.com/biomejs/biome/dis…
As a PoC, the search command is now available in `main`. It’s still in a very rough shape, but it’s a good starting point for further improvements.
Congrats🏆to the winners of the #JavaScript Open Source Awards!
💥Breakthrough of the Year: @rspack_dev
💥The Most Exciting Use of Technology: @EffectTS_
💥Productivity Booster: @biomejs
💥Powered by AI: @langchain
This event is part of JSNation😊jsnation.com/
🚨 HUGE NEWS 🚨
We are ready to slowly rollout GraphQL support in Biome. You can use our playground to test it. Write any GraphQL sytanx, rename the file to .graphql/.gql and inspect the "Syntax" tab:
biomejs.dev/playground/?file…
Did you know that you don't need internet consult the documentation of Biome lint rules?
With the `biome explain` command, you get offline documentation:
ALT A terminal screenshot of the command "biome explain noDebugger". The output shows the documentation of the rule "noDebugger".
Biome wins the OS Award, Productivity Booster! 🚀
The Core Contributors team thanks everyone who voted for the project. 🙏
Thank you, @thejsnation, for the award.
Folks, the Biome project is ready. Time-aware linting has officially started.
This is a great deal, and you should care very much. Get involved with the project, and help us make it real!
github.com/biomejs/biome/iss…
Another improvement on the developer experience and quality of the codebase has been made to the OnchainKit repository using @biomejs
- ⚡️ 18x times faster than Prettier (500ms vs 9s)
- 📷 Catch bugs and inconsistencies
- 🗃️ Organize imports
- And more
github.com/coinbase/onchaink…
Just migrated 55 repositories to @biomejs in the matter of 2 hours 🤩 CI run time: ~4 seconds. Used custom script to do most of the changes. ~96250 lines removed. Feels goooooood 🤤
📝 New blog post: From #ESLint and #Prettier to @biomejs
⭐️ In which I share my experience migrating a significant codebase to Biome, what’s great about it, and what is worth knowing upfront
kittygiraudel.com/2024/06/01…