@dareharu/biome-config
Version:
Shareable Biome configuration for Dareharu project
64 lines (41 loc) • 1.91 kB
Markdown
<div align="center">
# @dareharu/biome-config
### Shareable Biome configuration for [Dareharu] projects.
[](https://raw.githubusercontent.com/dareharu/biome-config/main/LICENSE)
[](https://bundlephobia.com/result?p=@dareharu/biome-config)
[](https://www.npmjs.com/package/@dareharu/biome-config)
</div>
---
<details>
<summary>Table of Contents</summary>
- [Installation](#🚀-installation)
- [Usage](#🌟-usage)
- [Config without decorators](#config-without-decorators)
- [Meta](#🔗-meta)
- [Contributing](#contributing)
- [License](#license)
</details>
## 🚀 Installation
> **Note** In the following example commands we use `npm install` to fit best suited to the basic environment, feel free to replace `npm install` with your package manager of choice (yarn, pnpm or whatever).
```sh
npm install --save-dev @dareharu/biome-config
```
## 🌟 Usage
You can use `@dareharu/biome-config` base [`biome.jsonc`](biome.jsonc) by extending it in yours:
```json
{
"extends": "@dareharu/biome-config"
}
```
This Biome config is set up in such a way that it will work for nearly all projects, you may leverage this feature to avoid repeating the same configuration in multiple projects and keep them in sync.
# 🔗 Meta
## Contributing
1. Fork it!
1. Create your feature branch: `git switch -c my-new-feature`
1. Commit your changes: `git commit -am 'Add awesome feature'`
1. Push to the branch: `git push -u origin my-new-feature`
1. Submit a pull request!
## License
Released under the [MIT License](LICENSE).
<!-- link dump -->
[Dareharu]: https://github.com/dareharu