Skip to content

Conversation

@serkanmax
Copy link

Summary

This PR improves the BiomeJS configuration by adding best practice rules and ignoring build artifacts.

Changes

  • Added common output directories (node_modules, dist, build, .expo) to the files.ignore list.
  • Configured formatter.lineWidth to 100 for consistent code wrapping.
  • Added noExplicitAny lint rule to encourage stronger TypeScript typing.
  • Kept all existing rules and formatting settings intact.

Why?

These changes enhance code quality and consistency across the project without affecting runtime behavior.

Impact

  • No functional or runtime changes.
  • Improves developer experience and enforces stronger code style conventions.

### Summary
This PR improves the BiomeJS configuration by adding best practice rules and ignoring build artifacts.

### Changes
- Added common output directories (`node_modules`, `dist`, `build`, `.expo`) to the `files.ignore` list.
- Configured `formatter.lineWidth` to 100 for consistent code wrapping.
- Added `noExplicitAny` lint rule to encourage stronger TypeScript typing.
- Kept all existing rules and formatting settings intact.

### Why?
These changes enhance code quality and consistency across the project without affecting runtime behavior.

### Impact
- No functional or runtime changes.
- Improves developer experience and enforces stronger code style conventions.
@vercel
Copy link

vercel bot commented Sep 6, 2025

@serkanmax is attempting to deploy a commit to the Monad Foundation Team on Vercel.

A member of the Team first needs to authorize it.

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