go.bsky.app/MWFXD81
👨👨👦👦 Full support for @vuejs.org, @svelte.dev and @astro.build
‼️ New ignore syntax
🌬️ Tailwind v4 support
⌨️ New CLI flags and reporters
biomejs.dev/blog/biome-v...
👨👨👦👦 Full support for @vuejs.org, @svelte.dev and @astro.build
‼️ New ignore syntax
🌬️ Tailwind v4 support
⌨️ New CLI flags and reporters
biomejs.dev/blog/biome-v...
📝 JS formatter operator line break
⏫ are Many rules promoted to stable
🧠 More intelligent scanner
🔃 Added the ability to change the sort order algorithm
✨ Improved how folders should be ignored
💅 Improved summary reporter
github.com/biomejs/biom...
📝 JS formatter operator line break
⏫ are Many rules promoted to stable
🧠 More intelligent scanner
🔃 Added the ability to change the sort order algorithm
✨ Improved how folders should be ignored
💅 Improved summary reporter
github.com/biomejs/biom...
biomejs.dev/playground/?...
biomejs.dev/playground/?...
Please use this issue for further feedback
github.com/biomejs/biom...
Please use this issue for further feedback
github.com/biomejs/biom...
It's a relatively minor maintenance release, but still has some goodies:
* Faster scanner
* Improved type inference
* New rules
* Many fixes!
biomejs.dev/blog/biome-v...
It's a relatively minor maintenance release, but still has some goodies:
* Faster scanner
* Improved type inference
* New rules
* Many fixes!
biomejs.dev/blog/biome-v...
github.com/biomejs/biom...
github.com/biomejs/biom...
While I targeted specific patterns used by their own `swr` library, all the fixes are generically applicable, meaning other code […]
While I targeted specific patterns used by their own `swr` library, all the fixes are generically applicable, meaning other code […]
* First of all keep in mind this is measured on a single (very large) repository. Yours might fare differently depending on libraries/patterns/etc..
* What you're seeing is a successful application of […]
* First of all keep in mind this is measured on a single (very large) repository. Yours might fare differently depending on libraries/patterns/etc..
* What you're seeing is a successful application of […]
The success rate is even slightly higher already in the `next` branch, and I still have 2 weeks […]
The success rate is even slightly higher already in the `next` branch, and I still have 2 weeks […]
🔐 Type-aware lint rules
🧑🚒 Plugins
📚 Monorepo support
📝 Revamped, configurable import sorting
🧐 Linter domains
🙅♀️ Bulk suppressions
👩✈️ Analyzer assist
🔐 Type-aware lint rules
🧑🚒 Plugins
📚 Monorepo support
📝 Revamped, configurable import sorting
🧐 Linter domains
🙅♀️ Bulk suppressions
👩✈️ Analyzer assist
- 🗄️ Support for multi-root workspaces
- 📝 Support for single-file mode
- 👻 Support for unsaved files
- 🔄 Automatic reload after updating Biome
- ⚙️ Automatic reload after configuration changes
- ✨ Improved status indicator
- 🗄️ Support for multi-root workspaces
- 📝 Support for single-file mode
- 👻 Support for unsaved files
- 🔄 Automatic reload after updating Biome
- ⚙️ Automatic reload after configuration changes
- ✨ Improved status indicator
Now to polish docs, do some more testing, and we're ready!
Now to polish docs, do some more testing, and we're ready!
Reply to this post to comment!
#OpenSource #WebDev #tooling #JavaScript […]
Reply to this post to comment!
#OpenSource #WebDev #tooling #JavaScript […]
github.com/biomejs/biom...
github.com/biomejs/biom...
github.com/biomejs/biom...
github.com/biomejs/biom...
Biome now uses Depot in all its repositories. Depot brings faster tests, benchmarks, linting and releases!
depot.dev
Biome now uses Depot in all its repositories. Depot brings faster tests, benchmarks, linting and releases!
depot.dev
```ts
class DeepThought {
/* class members */
}
export const superComputer = new DeepThought();
```
It doesn't matter that `DeepThought` isn't being exported, or that the code is defined […]
```ts
class DeepThought {
/* class members */
}
export const superComputer = new DeepThought();
```
It doesn't matter that `DeepThought` isn't being exported, or that the code is defined […]