@dareharu/biome-config
v5.0.1
Published
Shareable Biome configuration for Dareharu project
Downloads
16
Maintainers
Readme
@dareharu/biome-config
Shareable Biome configuration for Dareharu projects.
🚀 Installation
Note In the following example commands we use
npm install
to fit best suited to the basic environment, feel free to replacenpm install
with your package manager of choice (yarn, pnpm or whatever).
npm install --save-dev @dareharu/biome-config
🌟 Usage
You can use @dareharu/biome-config
base biome.jsonc
by extending it in yours:
{
"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
- Fork it!
- Create your feature branch:
git switch -c my-new-feature
- Commit your changes:
git commit -am 'Add awesome feature'
- Push to the branch:
git push -u origin my-new-feature
- Submit a pull request!
License
Released under the MIT License.