Skip to content

Conversation

@nairmanu
Copy link
Collaborator

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR sets up Biome as a linting and formatting tool for the project, including configuration, workflow integration, and fixes for linting issues discovered.

  • Adds Biome linter/formatter with comprehensive configuration
  • Integrates Biome checks into GitHub Actions PR workflow
  • Fixes existing code issues identified by the linter (unused import, incorrect semicolon)

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
yarn.lock Adds @biomejs/biome v1.9.4 and its platform-specific dependencies
package.json Adds Biome scripts (lint, format, check) and devDependency
biome.json Configures Biome linter rules, file patterns, and formatting preferences
.github/workflows/pr-check.yml Creates new PR check workflow with lint, build, test, and size checks
packages/clarity-visualize/src/layout.ts Fixes syntax error: replaces incorrect semicolon with closing brace
packages/clarity-js/test/helper.ts Removes unused import "decode" from clarity-decode

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nairmanu nairmanu changed the title init Add biome checks Nov 18, 2025
@nairmanu nairmanu force-pushed the mn/biome branch 2 times, most recently from 6b16866 to c79d85b Compare December 5, 2025 19:00
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.

2 participants