You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: migrate from ESLint/Prettier to Biome for faster linting and formatting
- Add Biome as a modern, fast alternative to ESLint + Prettier
- Configure Biome to match existing code style (spaces, semicolons, single quotes)
- Update npm scripts to use Biome commands (format, lint, lint:fix)
- Remove ESLint and Prettier dependencies and config files
- Configure Biome to ignore proto/, mocha/, and config files
- Disable style rules that would require massive code changes
- Keep only essential linting rules for code quality
Performance: 10-100x faster (202 files in 33ms vs several seconds)
BREAKING CHANGE: ESLint and Prettier are no longer used. Use 'npm run lint' and 'npm run format' with Biome instead.
0 commit comments