@itsbroly/biome-config
v1.2.1
Published
## What is Biome?
Readme
Biome Config
What is Biome?
Biome is a performant toolchain for web projects that replaces both ESLint and Prettier. It's written in Rust and extremely fast.
Installation
First, install Biome in your project:
bun add -D @biomejs/biomeInstall this configuration package:
bun add -D @itsbroly/biome-configInitialize Biome in your project:
bunx biome initExtend your
biome.jsonfile:"extends": ["@itsbroly/biome-config"],
Usage
Using with VS Code
- Install the Biome VS Code extension
- Enable the extension in your workspace
- The configuration will be automatically applied to your project
Using from Command Line
Format your code:
npx biome format ./srcLint your code:
npx biome lint ./srcCheck formatting:
npx biome check ./srcConfiguration Details
This configuration includes:
- Standardized formatting rules
- Consistent code style guidelines
- Best practices for TypeScript development
- Custom rules specific to RayPeatLibrary repos
Contributing
If you want to suggest changes to this configuration:
- Fork the repository
- Create a feature branch
- Submit a Pull Request
License
MIT
Support
For issues or questions specific to this configuration, please open an issue in the repository.
