Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@angablue/biome-config

AngaBlue2.7kMIT1.0.5

A comprehensive Biome configuration package for JavaScript & TypeScript projects, with support for React.

biome, biomejs, typescript

readme

AngaBlue Biome Config 🧑🏻‍💻

Downloads Version License: MIT

A comprehensive Biome configuration package for JavaScript & TypeScript projects, with support for React.

🏠 Homepage

Install

Install this package and it's peer dependencies with your package manager of choice.

npm i -D @angablue/biome-config @biomejs/biome

Usage

Then create the file biome.jsonc in the root directory of your project with the contents:

{
  "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
  "extends": ["@angablue/biome-config"]
}

You may also want to add a script to your package.json in order to quickly lint and fix problems with your code.

"scripts": {
  "lint": "biome check --fix --error-on-warnings"
}

Now you can, manually lint using the command npm run lint, while also receiving inline suggestions and warnings in your editor with the appropriate biome extension installed.

Author

👤 AngaBlue contact@anga.blue

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 AngaBlue contact@anga.blue.
This project is MIT licensed.