16 lines
725 B
Plaintext
16 lines
725 B
Plaintext
---
|
|
description: Rules for Biome configuration.
|
|
globs: biome.json
|
|
---
|
|
- Use Biome for code formatting and linting
|
|
- Configure Biome as a pre-commit hook
|
|
- Follow Biome's recommended rules
|
|
- Customize Biome configuration in biome.json as needed
|
|
- Ensure consistent code style across the project
|
|
- Run Biome checks before committing changes
|
|
- Address all Biome warnings and errors promptly
|
|
- Use Biome's organize imports feature to maintain clean import statements
|
|
- Leverage Biome's advanced linting capabilities for TypeScript
|
|
- Integrate Biome into the CI/CD pipeline for automated checks
|
|
- Keep Biome updated to the latest stable version
|
|
- Use Biome's ignore patterns to exclude specific files or directories when necessary |