Description
Migrate the project's linting and formatting toolchain from ESLint and Prettier to Biome. Biome provides a unified, faster alternative that combines both linting and formatting capabilities.
Benefits
- Single tool for linting and formatting instead of two separate tools
- Significantly faster than separate ESLint + Prettier setup
- Reduced configuration complexity
- Better performance on large codebases
Steps
- Install Biome as a dev dependency
- Create biome.json configuration based on current ESLint and Prettier settings
- Update npm scripts to use Biome for lint and format
- Update CI/CD pipeline to use Biome instead of ESLint/Prettier
- Update documentation (README, contributing guide) to reference Biome
- Remove ESLint and Prettier dependencies
References
Description
Migrate the project's linting and formatting toolchain from ESLint and Prettier to Biome. Biome provides a unified, faster alternative that combines both linting and formatting capabilities.
Benefits
Steps
References