5.0.1 • Published 1 year ago

@dareharu/biome-config v5.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@dareharu/biome-config

Shareable Biome configuration for Dareharu projects.

License: MIT npm bundle size npm


🚀 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).

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

  1. Fork it!
  2. Create your feature branch: git switch -c my-new-feature
  3. Commit your changes: git commit -am 'Add awesome feature'
  4. Push to the branch: git push -u origin my-new-feature
  5. Submit a pull request!

License

Released under the MIT License.

5.0.1

1 year ago

5.0.0

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago