Skip to content

Conversation

@tejastn10
Copy link
Owner

Description

This PR migrates the project’s code quality and formatting setup from ESLint and Prettier to BiomeJS.
BiomeJS provides a unified toolchain for linting, formatting, and static analysis, resulting in a faster, more consistent, and easier-to-maintain developer experience.


Type of Change

  • New feature / tooling migration

Checklist

  • Removed ESLint and Prettier configuration files (.eslintrc, .eslintignore, .prettierrc, etc.)
  • Added biome.json configuration file with equivalent linting and formatting rules
  • Updated package.json scripts (lint, format) to use Biome
  • Verified that formatting and linting run correctly on the entire codebase
  • Ensured consistency with previous coding conventions

@tejastn10 tejastn10 self-assigned this Sep 14, 2025
@tejastn10 tejastn10 added the enhancement New feature or request label Sep 14, 2025
@tejastn10 tejastn10 merged commit 21f5a10 into main Sep 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants