Skip to content

Conversation

@brknl28
Copy link

@brknl28 brknl28 commented Aug 6, 2025

This PR migrates the project from Prettier and TSLint to Biome for unified formatting and linting.

Changes

  • ✅ Replace Prettier and TSLint with Biome
  • ✅ Add biome.json configuration with proper linter rules
  • ✅ Configure formatter settings to match the previous Prettier setup
  • ✅ Remove deprecated .prettierrc.json and tslint.json files
  • ✅ Update package.json scripts to use Biome

Benefits

  • Single tool for both formatting and linting
  • Faster performance compared to separate tools
  • Better TypeScript support
  • Consistent code style enforcement

Testing

  • ✅ All existing tests pass
  • ✅ Biome configuration validates successfully
  • ✅ Code formatting and linting work as expected."

- Replace Prettier and TSLint with Biome for unified formatting and linting
- Add biome.json configuration with proper linter rules
- Fix invalid rule names: noConsoleLog -> noConsole, noShadowedVariables -> noShadow
- Configure formatter settings to match previous Prettier setup
- Remove deprecated .prettierrc.json and tslint.json files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant