This is an opinionated, well-defined Biome configuration to help you get started with your project. It currently is the configuration used by Stacks.js.
- Preconfigured linter & formatter settings
- Customizable TypeScript, JavaScript, JSON & CSS rules
- Automatic import organization
- EditorConfig support enabled by default
- Git integration
- Predefined ignore patterns for common files/directories
bun i @stacksjs/biome-config
After you installed the config, you need to extend it in your biome.json
file.
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
// add your custom configuration here
"extends": ["@stacksjs/biome-config"]
}
You want to tweak some of the rules? You can easily override them.
Please see our releases page for more information on what has changed recently.
Please see CONTRIBUTING for details.
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
For casual chit-chat with others using this package:
Join the Stacks Discord Server
Stacks OSS will always stay open-sourced, and we will always love to receive postcards from wherever Stacks is used! And we also publish them on our website. Thank you, Spatie.
Our address: Stacks.js, 12665 Village Lane #2306, Playa Vista 90094, CA, USA 🌎
We would like to extend our thanks to the following sponsors for funding Stacks development. If you are interested in becoming a sponsor, please reach out to us.
The MIT License (MIT). Please see LICENSE for more information.
Made with 💙