Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: disable useImportRestrictions rule in Biome config #862

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Issue

Why is this change needed?

The useImportRestrictions rule in our Biome configuration is causing conflicts with AI coding tools like Cursor and Cline. This change disables the rule to improve compatibility with these tools and enhance the developer experience.

What would you like reviewers to focus on?

Please verify that disabling this rule doesn't introduce any unexpected issues with the codebase.

Testing Verification

  • Ran linter across the codebase to verify no new warnings/errors were introduced
  • Verified the configuration change was applied correctly

pr_agent:summary

Detailed Changes

pr_agent:walkthrough

Additional Notes

This change should improve the developer experience when using AI-assisted coding features.

Copy link

changeset-bot bot commented Mar 12, 2025

⚠️ No Changeset found

Latest commit: b5cfb90

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Mar 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
liam-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2025 3:04am
liam-erd-sample ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2025 3:04am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
test-liam-docs ⬜️ Ignored (Inspect) Mar 12, 2025 3:04am
test-liam-erd-sample ⬜️ Ignored (Inspect) Mar 12, 2025 3:04am
test-liam-erd-web ⬜️ Ignored (Inspect) Mar 12, 2025 3:04am

Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link
Member

@MH4GF MH4GF left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏻
Someone please review one more!

Copy link
Member

@junkisai junkisai left a comment

Choose a reason for hiding this comment

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

thx!!

@junkisai junkisai added this pull request to the merge queue Mar 12, 2025
Merged via the queue into main with commit 0820ad8 Mar 12, 2025
18 checks passed
@junkisai junkisai deleted the devin/1741748071-issue-860 branch March 12, 2025 04:12
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.

Disable useImportRestrictions rule in Biome config to improve AI coding tool compatibility
2 participants